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 CalculatedStyle
FontFaceRule. getCalculatedStyle()
-
Uses of CalculatedStyle in org.xhtmlrenderer.css.style
Subclasses of CalculatedStyle in org.xhtmlrenderer.css.style Modifier and Type Class Description class
EmptyStyle
Represents 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 CalculatedStyle
CalculatedStyle. createAnonymousStyle(IdentValue display)
CalculatedStyle
CalculatedStyle. deriveStyle(CascadedStyle matched)
derives a child style from this style.CalculatedStyle
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 CalculatedStyle Modifier and Type Method Description static float
LengthValue. calcFloatProportionalValue(CalculatedStyle style, CSSName cssName, java.lang.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 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 void
OutputDevice. paintBackground(RenderingContext c, CalculatedStyle style, java.awt.Rectangle bounds, java.awt.Rectangle bgImageContainer)
void
OutputDevice. paintBorder(RenderingContext c, CalculatedStyle style, java.awt.Rectangle edge, int sides)
-
Uses of CalculatedStyle in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return CalculatedStyle Modifier and Type Method Description CalculatedStyle
StyleTracker. deriveAll(CalculatedStyle start)
CalculatedStyle
SharedContext. getStyle(org.w3c.dom.Element e)
CalculatedStyle
SharedContext. getStyle(org.w3c.dom.Element e, boolean restyle)
CalculatedStyle
Styleable. getStyle()
Methods in org.xhtmlrenderer.layout with parameters of type CalculatedStyle Modifier and Type Method Description static void
Breaker. breakFirstLetter(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style)
static void
Breaker. breakText(LayoutContext c, LineBreakContext context, int avail, CalculatedStyle style)
CalculatedStyle
StyleTracker. deriveAll(CalculatedStyle start)
LayoutContext.CounterContext
LayoutContext. getCounterContext(CalculatedStyle style)
void
LayoutContext. resolveCounters(CalculatedStyle style)
void
Styleable. setStyle(CalculatedStyle style)
static java.lang.String
TextUtil. transformText(java.lang.String text, CalculatedStyle style)
Description of the Method -
Uses of CalculatedStyle in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return CalculatedStyle Modifier and Type Method Description CalculatedStyle
TableColumn. getStyle()
Methods in org.xhtmlrenderer.newtable with parameters of type CalculatedStyle Modifier and Type Method Description void
TableBox. setStyle(CalculatedStyle style)
void
TableColumn. setStyle(CalculatedStyle style)
Constructors in org.xhtmlrenderer.newtable with parameters of type CalculatedStyle Constructor Description TableColumn(org.w3c.dom.Element element, CalculatedStyle style)
-
Uses of CalculatedStyle in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return CalculatedStyle Modifier and Type Method Description CalculatedStyle
Box. getStyle()
CalculatedStyle
InlineBox. getStyle()
CalculatedStyle
PageBox. getStyle()
Methods in org.xhtmlrenderer.render with parameters of type CalculatedStyle Modifier and Type Method Description void
AbstractOutputDevice. paintBackground(RenderingContext c, CalculatedStyle style, java.awt.Rectangle bounds, java.awt.Rectangle bgImageContainer)
void
AbstractOutputDevice. paintBorder(RenderingContext c, CalculatedStyle style, java.awt.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 CalculatedStyle Constructor Description InlineLayoutBox(LayoutContext c, org.w3c.dom.Element elem, CalculatedStyle style, int cbWidth)
-