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 RectPropertySetCalculatedStyle. getCachedMargin()RectPropertySetCalculatedStyle. getCachedPadding()RectPropertySetCalculatedStyle. getMarginRect(float cbWidth, CssContext ctx)Convenience property accessor; returns a Border initialized with the four-sided margin width.RectPropertySetCalculatedStyle. getMarginRect(float cbWidth, CssContext ctx, boolean useCache)RectPropertySetCalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx)RectPropertySetCalculatedStyle. 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 classBorderPropertySetCreated by IntelliJ IDEA.Fields in org.xhtmlrenderer.css.style.derived declared as RectPropertySet Modifier and Type Field Description static RectPropertySetRectPropertySet. ALL_ZEROSMethods in org.xhtmlrenderer.css.style.derived that return RectPropertySet Modifier and Type Method Description RectPropertySetRectPropertySet. copyOf()static RectPropertySetRectPropertySet. 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 RectPropertySetBox. getMargin(CssContext cssContext)RectPropertySetPageBox. getMargin(CssContext cssCtx)RectPropertySetBox. getPadding(CssContext cssCtx)
-