Uses of Class
org.xhtmlrenderer.css.style.CalculatedStyle
Packages that use CalculatedStyle
Package
Description
-
Uses of CalculatedStyle in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return CalculatedStyle -
Uses of CalculatedStyle in org.xhtmlrenderer.css.style
Subclasses of CalculatedStyle in org.xhtmlrenderer.css.styleModifier and TypeClassDescriptionclassRepresents the outer box to be used for evaluating positioning of internal boxesMethods in org.xhtmlrenderer.css.style that return CalculatedStyleModifier and TypeMethodDescriptionCalculatedStyle.createAnonymousStyle(IdentValue display) CalculatedStyle.deriveStyle(CascadedStyle matched) derives a child style from this style.CalculatedStyle.getParent()Constructors in org.xhtmlrenderer.css.style with parameters of type CalculatedStyleModifierConstructorDescriptionBorderRadiusCorner(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 CalculatedStyleModifier and TypeMethodDescriptionstatic 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.CSSSideProperties sideProperties, float cbWidth, CssContext ctx) Constructors in org.xhtmlrenderer.css.style.derived with parameters of type CalculatedStyleModifierConstructorDescriptionLengthValue(CalculatedStyle style, CSSName name, PropertyValue value) -
Uses of CalculatedStyle in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type CalculatedStyleModifier and TypeMethodDescriptionvoidOutputDevice.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 CalculatedStyleModifier and TypeMethodDescriptionStyleTracker.deriveAll(CalculatedStyle start) Styleable.getStyle()Methods in org.xhtmlrenderer.layout with parameters of type CalculatedStyleModifier and TypeMethodDescriptionStyleTracker.deriveAll(CalculatedStyle start) LayoutContext.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 CalculatedStyleModifier and TypeMethodDescriptionstatic 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) DefaultLineBreakingStrategy.getBreakPointsProvider(String text, String lang, CalculatedStyle style) LineBreakingStrategy.getBreakPointsProvider(String text, String lang, CalculatedStyle style) -
Uses of CalculatedStyle in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return CalculatedStyleMethods in org.xhtmlrenderer.newtable with parameters of type CalculatedStyleModifier and TypeMethodDescriptionvoidTableBox.setStyle(CalculatedStyle style) voidTableColumn.setStyle(CalculatedStyle style) Constructors in org.xhtmlrenderer.newtable with parameters of type CalculatedStyle -
Uses of CalculatedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CalculatedStyleModifier and TypeMethodDescriptionfinal CalculatedStyleBox.getStyle()InlineBox.getStyle()PageBox.getStyle()Methods in org.xhtmlrenderer.render with parameters of type CalculatedStyleModifier and TypeMethodDescriptionvoidAbstractOutputDevice.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 CalculatedStyleModifierConstructorDescriptionAnonymousBlockBox(Element element, CalculatedStyle style, List<InlineBox> savedParents, List<Styleable> inlineContent) 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 CalculatedStyleMethods in org.xhtmlrenderer.simple.extend.form with parameters of type CalculatedStyleModifier and TypeMethodDescriptionprotected static IntegerFormField.getLengthValue(CalculatedStyle style, CSSName cssName)