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 TypeClassDescriptionclass
Represents 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()
Returns the parent style. -
Uses of CalculatedStyle in org.xhtmlrenderer.css.style.derived
Methods in org.xhtmlrenderer.css.style.derived with parameters of type CalculatedStyleModifier and TypeMethodDescriptionstatic float
LengthValue.calcFloatProportionalValue
(CalculatedStyle style, CSSName cssName, String stringValue, float relVal, short primitiveType, float baseValue, CssContext ctx) static FSDerivedValue
DerivedValueFactory.newDerivedValue
(CalculatedStyle style, CSSName cssName, PropertyValue value) static BorderPropertySet
BorderPropertySet.newInstance
(CalculatedStyle style, CssContext ctx) static RectPropertySet
RectPropertySet.newInstance
(CalculatedStyle style, CSSName shortHandProperty, CSSName[] 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 TypeMethodDescriptionvoid
OutputDevice.paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer) void
OutputDevice.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 TypeMethodDescriptionstatic void
Breaker.breakFirstLetter
(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style) static void
Breaker.breakText
(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style) StyleTracker.deriveAll
(CalculatedStyle start) LayoutContext.getCounterContext
(CalculatedStyle style) void
LayoutContext.resolveCounters
(CalculatedStyle style) void
Styleable.setStyle
(CalculatedStyle style) static String
TextUtil.transformText
(String text, CalculatedStyle style) Description of the Method -
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 TypeMethodDescriptionvoid
TableBox.setStyle
(CalculatedStyle style) void
TableColumn.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 CalculatedStyle
Box.getStyle()
InlineBox.getStyle()
PageBox.getStyle()
Methods in org.xhtmlrenderer.render with parameters of type CalculatedStyleModifier and TypeMethodDescriptionvoid
AbstractOutputDevice.paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer) void
AbstractOutputDevice.paintBorder
(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) void
Box.setStyle
(CalculatedStyle style) void
InlineBox.setStyle
(CalculatedStyle style) void
PageBox.setStyle
(CalculatedStyle style) void
BlockBox.styleText
(LayoutContext c, CalculatedStyle style) Constructors in org.xhtmlrenderer.render with parameters of type CalculatedStyleModifierConstructorDescriptionInlineLayoutBox
(LayoutContext c, Element elem, CalculatedStyle style, int cbWidth)