Uses of Class
org.xhtmlrenderer.css.style.CalculatedStyle
-
-
Uses of CalculatedStyle in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return CalculatedStyle Modifier and Type Method Description CalculatedStyleFontFaceRule. getCalculatedStyle() -
Uses of CalculatedStyle in org.xhtmlrenderer.css.style
Subclasses of CalculatedStyle in org.xhtmlrenderer.css.style Modifier and Type Class Description classEmptyStyleRepresents the outer box to be used for evaluating positioning of internal boxesMethods in org.xhtmlrenderer.css.style that return CalculatedStyle Modifier and Type Method Description CalculatedStyleCalculatedStyle. createAnonymousStyle(IdentValue display)CalculatedStyleCalculatedStyle. deriveStyle(CascadedStyle matched)derives a child style from this style.CalculatedStyleCalculatedStyle. getParent()Returns the parent styleConstructors in org.xhtmlrenderer.css.style with parameters of type CalculatedStyle Constructor Description BorderRadiusCorner(CSSName fromVal, CalculatedStyle style, CssContext ctx) -
Uses of CalculatedStyle in org.xhtmlrenderer.css.style.derived
Methods in org.xhtmlrenderer.css.style.derived with parameters of type CalculatedStyle Modifier and Type Method Description static floatLengthValue. calcFloatProportionalValue(CalculatedStyle style, CSSName cssName, String stringValue, float relVal, short primitiveType, float baseValue, CssContext ctx)static FSDerivedValueDerivedValueFactory. newDerivedValue(CalculatedStyle style, CSSName cssName, PropertyValue value)static BorderPropertySetBorderPropertySet. newInstance(CalculatedStyle style, CssContext ctx)static RectPropertySetRectPropertySet. newInstance(CalculatedStyle style, CSSName shortHandProperty, CSSName.CSSSideProperties sideProperties, float cbWidth, CssContext ctx)Constructors in org.xhtmlrenderer.css.style.derived with parameters of type CalculatedStyle Constructor Description LengthValue(CalculatedStyle style, CSSName name, PropertyValue value) -
Uses of CalculatedStyle in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type CalculatedStyle Modifier and Type Method Description voidOutputDevice. paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border)voidOutputDevice. paintBorder(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) -
Uses of CalculatedStyle in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return CalculatedStyle Modifier and Type Method Description CalculatedStyleStyleTracker. deriveAll(CalculatedStyle start)CalculatedStyleSharedContext. getStyle(Element e)CalculatedStyleSharedContext. getStyle(Element e, boolean restyle)CalculatedStyleStyleable. getStyle()Methods in org.xhtmlrenderer.layout with parameters of type CalculatedStyle Modifier and Type Method Description CalculatedStyleStyleTracker. deriveAll(CalculatedStyle start)LayoutContext.CounterContextLayoutContext. getCounterContext(CalculatedStyle style)voidLayoutContext. resolveCounters(CalculatedStyle style)voidLayoutContext. resolveCounters(CalculatedStyle style, Integer startIndex)voidStyleable. setStyle(CalculatedStyle style)static StringTextUtil. transformFirstLetterText(String text, CalculatedStyle style)static StringTextUtil. transformText(String text, CalculatedStyle style) -
Uses of CalculatedStyle in org.xhtmlrenderer.layout.breaker
Methods in org.xhtmlrenderer.layout.breaker with parameters of type CalculatedStyle Modifier and Type Method Description static voidBreaker. breakFirstLetter(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style)static voidBreaker. breakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style)static BreakPointsProviderBreaker. getBreakPointsProvider(String text, LayoutContext c, Element element, CalculatedStyle style)static BreakPointsProviderBreaker. getBreakPointsProvider(String text, LayoutContext c, Text textNode, CalculatedStyle style)BreakPointsProviderDefaultLineBreakingStrategy. getBreakPointsProvider(String text, String lang, CalculatedStyle style)BreakPointsProviderLineBreakingStrategy. getBreakPointsProvider(String text, String lang, CalculatedStyle style) -
Uses of CalculatedStyle in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return CalculatedStyle Modifier and Type Method Description CalculatedStyleTableColumn. getStyle()Methods in org.xhtmlrenderer.newtable with parameters of type CalculatedStyle Modifier and Type Method Description voidTableBox. setStyle(CalculatedStyle style)voidTableColumn. setStyle(CalculatedStyle style)Constructors in org.xhtmlrenderer.newtable with parameters of type CalculatedStyle Constructor Description TableColumn(Element element, CalculatedStyle style) -
Uses of CalculatedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CalculatedStyle Modifier and Type Method Description CalculatedStyleBox. getStyle()CalculatedStyleInlineBox. getStyle()CalculatedStylePageBox. getStyle()Methods in org.xhtmlrenderer.render with parameters of type CalculatedStyle Modifier and Type Method Description voidAbstractOutputDevice. paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border)voidAbstractOutputDevice. paintBorder(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides)voidBox. setStyle(CalculatedStyle style)voidInlineBox. setStyle(CalculatedStyle style)voidPageBox. setStyle(CalculatedStyle style)voidBlockBox. styleText(LayoutContext c, CalculatedStyle style)Constructors in org.xhtmlrenderer.render with parameters of type CalculatedStyle Constructor Description InlineLayoutBox(LayoutContext c, Element elem, CalculatedStyle style, int cbWidth) -
Uses of CalculatedStyle in org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return CalculatedStyle Modifier and Type Method Description CalculatedStyleFormField. getStyle()Methods in org.xhtmlrenderer.simple.extend.form with parameters of type CalculatedStyle Modifier and Type Method Description protected static IntegerFormField. getLengthValue(CalculatedStyle style, CSSName cssName)
-