Uses of Class
com.openhtmltopdf.css.style.CalculatedStyle
Packages that use CalculatedStyle
Package
Description
-
Uses of CalculatedStyle in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return CalculatedStyleModifier and TypeMethodDescriptionStyleReference.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 -
Uses of CalculatedStyle in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return CalculatedStyle -
Uses of CalculatedStyle in com.openhtmltopdf.css.style
Subclasses of CalculatedStyle in com.openhtmltopdf.css.styleModifier and TypeClassDescriptionclassRepresents the outer box to be used for evaluating positioning of internal boxesMethods in com.openhtmltopdf.css.style that return CalculatedStyleModifier and TypeMethodDescriptionCalculatedStyle.createAnonymousStyle(IdentValue display) This method derives a style for an anonymous child box with an overriden value for the display property.CalculatedStyle.deriveStyle(CascadedStyle matched) Derives a child style from this style.CalculatedStyle.getParent()Returns the parent style.CalculatedStyle.overrideStyle(IdentValue display) Override this style with specified styles.CalculatedStyle.overrideStyle(CascadedStyle matched) Override this style with specified styles.Constructors in com.openhtmltopdf.css.style with parameters of type CalculatedStyleModifierConstructorDescriptionBorderRadiusCorner(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 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) 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 CalculatedStyleModifierConstructorDescriptionFSLinearGradient(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 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 com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout with type parameters of type CalculatedStyleModifier and TypeFieldDescriptionfinal Map<CalculatedStyle, CounterContext> LayoutContext._counterContextMapMethods in com.openhtmltopdf.layout that return CalculatedStyleModifier and TypeMethodDescriptionStyleTracker.deriveAll(CalculatedStyle start) Gets the resolved style for an element.Styleable.getStyle()Methods in com.openhtmltopdf.layout with parameters of type CalculatedStyleModifier and TypeMethodDescriptionstatic voidBreaker.breakFirstLetter(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style) static Breaker.BreakTextResultBreaker.breakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style, boolean tryToBreakAnywhere, int lineWidth, boolean forceOutput) StyleTracker.deriveAll(CalculatedStyle start) Breaker.doBreakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style, Breaker.TextBreakerSupplier lineBreaker) 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 com.openhtmltopdf.layout.counter
Methods in com.openhtmltopdf.layout.counter with parameters of type CalculatedStyleModifier and TypeMethodDescriptionvoidRootCounterContext.incrementCounterValue(CalculatedStyle style) voidRootCounterContext.resetCounterValue(CalculatedStyle style) Constructors in com.openhtmltopdf.layout.counter with parameters of type CalculatedStyleModifierConstructorDescriptionCounterContext(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 CalculatedStyleMethods in com.openhtmltopdf.newtable with parameters of type CalculatedStyleModifier and TypeMethodDescriptionvoidTableBox.setStyle(CalculatedStyle style) voidTableColumn.setStyle(CalculatedStyle style) Constructors in com.openhtmltopdf.newtable with parameters of type CalculatedStyle -
Uses of CalculatedStyle in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return CalculatedStyleModifier and TypeMethodDescriptionfinal CalculatedStyleBox.getStyle()InlineBox.getStyle()PageBox.getStyle()Methods in com.openhtmltopdf.render with parameters of type CalculatedStyleModifier and TypeMethodDescriptionprotected 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 CalculatedStyleModifierConstructorDescriptionInlineLayoutBox(LayoutContext c, Element elem, CalculatedStyle style, int cbWidth)