Uses of Class
com.openhtmltopdf.css.style.CalculatedStyle
-
-
Uses of CalculatedStyle in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return CalculatedStyle Modifier and Type Method Description CalculatedStyleStyleReference. getRootElementStyle()Gets the style of the root element, should be html tag. -
Uses of CalculatedStyle in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch that return CalculatedStyle Modifier and Type Method Description CalculatedStylePageInfo. getFootnoteAreaRawMaxHeightStyle() -
Uses of CalculatedStyle in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return CalculatedStyle Modifier and Type Method Description CalculatedStyleFontFaceRule. getCalculatedStyle() -
Uses of CalculatedStyle in com.openhtmltopdf.css.style
Subclasses of CalculatedStyle in com.openhtmltopdf.css.style Modifier and Type Class Description classEmptyStyleRepresents the outer box to be used for evaluating positioning of internal boxesMethods in com.openhtmltopdf.css.style that return CalculatedStyle Modifier and Type Method Description CalculatedStyleCalculatedStyle. createAnonymousStyle(IdentValue display)This method derives a style for an anonymous child box with an overriden value for the display property.CalculatedStyleCalculatedStyle. deriveStyle(CascadedStyle matched)Derives a child style from this style.CalculatedStyleCalculatedStyle. getParent()Returns the parent style.CalculatedStyleCalculatedStyle. overrideStyle(IdentValue display)Override this style with specified styles.CalculatedStyleCalculatedStyle. overrideStyle(CascadedStyle matched)Override this style with specified styles.Constructors in com.openhtmltopdf.css.style with parameters of type CalculatedStyle Constructor Description BorderRadiusCorner(CSSName fromVal, CalculatedStyle style, CssContext ctx) -
Uses of CalculatedStyle in com.openhtmltopdf.css.style.derived
Methods in com.openhtmltopdf.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)Derived value factory.static BorderPropertySetBorderPropertySet. newInstance(CalculatedStyle style, CssContext ctx)static RectPropertySetRectPropertySet. newInstance(CalculatedStyle style, CSSName shortHandProperty, CSSName.CSSSideProperties sideProperties, float cbWidth, CssContext ctx)Constructors in com.openhtmltopdf.css.style.derived with parameters of type CalculatedStyle Constructor Description FSLinearGradient(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx)LengthValue(CalculatedStyle style, CSSName name, PropertyValue value) -
Uses of CalculatedStyle in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.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 com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout with type parameters of type CalculatedStyle Modifier and Type Field Description Map<CalculatedStyle,CounterContext>LayoutContext. _counterContextMapMethods in com.openhtmltopdf.layout that return CalculatedStyle Modifier and Type Method Description CalculatedStyleStyleTracker. deriveAll(CalculatedStyle start)CalculatedStyleSharedContext. getStyle(Element e)Gets the resolved style for an element.CalculatedStyleStyleable. getStyle() -
Uses of CalculatedStyle in com.openhtmltopdf.layout.counter
Methods in com.openhtmltopdf.layout.counter with parameters of type CalculatedStyle Modifier and Type Method Description voidRootCounterContext. incrementCounterValue(CalculatedStyle style)voidRootCounterContext. resetCounterValue(CalculatedStyle style)Constructors in com.openhtmltopdf.layout.counter with parameters of type CalculatedStyle Constructor Description CounterContext(LayoutContext ctx, CalculatedStyle style, Integer startIndex)A CounterContext should really be reflected in the element hierarchy, but CalculatedStyles reflect the ancestor hierarchy just as well and also handles pseudo-elements seamlessly. -
Uses of CalculatedStyle in com.openhtmltopdf.newtable
Methods in com.openhtmltopdf.newtable that return CalculatedStyle Modifier and Type Method Description CalculatedStyleTableColumn. getStyle()Methods in com.openhtmltopdf.newtable with parameters of type CalculatedStyle Modifier and Type Method Description voidTableBox. setStyle(CalculatedStyle style)voidTableColumn. setStyle(CalculatedStyle style)Constructors in com.openhtmltopdf.newtable with parameters of type CalculatedStyle Constructor Description TableColumn(Element element, CalculatedStyle style) -
Uses of CalculatedStyle in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return CalculatedStyle Modifier and Type Method Description CalculatedStyleBox. getStyle()CalculatedStyleInlineBox. getStyle()CalculatedStylePageBox. getStyle()Methods in com.openhtmltopdf.render with parameters of type CalculatedStyle Modifier and Type Method Description protected booleanBlockBox. checkPushLayer(LayoutContext c, CalculatedStyle style)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 com.openhtmltopdf.render with parameters of type CalculatedStyle Constructor Description InlineLayoutBox(LayoutContext c, Element elem, CalculatedStyle style, int cbWidth)
-