Uses of Class
org.xhtmlrenderer.css.style.derived.RectPropertySet
-
Packages that use RectPropertySet Package Description org.xhtmlrenderer.css.style org.xhtmlrenderer.css.style.derived org.xhtmlrenderer.render -
-
Uses of RectPropertySet in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return RectPropertySet Modifier and Type Method Description RectPropertySet
CalculatedStyle. getCachedMargin()
RectPropertySet
CalculatedStyle. getCachedPadding()
RectPropertySet
CalculatedStyle. getMarginRect(float cbWidth, CssContext ctx)
Convenience property accessor; returns a Border initialized with the four-sided margin width.RectPropertySet
CalculatedStyle. getMarginRect(float cbWidth, CssContext ctx, boolean useCache)
RectPropertySet
CalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx)
RectPropertySet
CalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx, boolean useCache)
Convenience property accessor; returns a Border initialized with the four-sided padding width. -
Uses of RectPropertySet in org.xhtmlrenderer.css.style.derived
Subclasses of RectPropertySet in org.xhtmlrenderer.css.style.derived Modifier and Type Class Description class
BorderPropertySet
Created by IntelliJ IDEA.Fields in org.xhtmlrenderer.css.style.derived declared as RectPropertySet Modifier and Type Field Description static RectPropertySet
RectPropertySet. ALL_ZEROS
Methods in org.xhtmlrenderer.css.style.derived that return RectPropertySet Modifier and Type Method Description RectPropertySet
RectPropertySet. copyOf()
static RectPropertySet
RectPropertySet. newInstance(CalculatedStyle style, CSSName shortHandProperty, CSSName[] sideProperties, float cbWidth, CssContext ctx)
-
Uses of RectPropertySet in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return RectPropertySet Modifier and Type Method Description RectPropertySet
Box. getMargin(CssContext cssContext)
RectPropertySet
PageBox. getMargin(CssContext cssCtx)
RectPropertySet
Box. getPadding(CssContext cssCtx)
-