Uses of Class
org.xhtmlrenderer.css.style.derived.RectPropertySet
Packages that use RectPropertySet
Package
Description
-
Uses of RectPropertySet in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return RectPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getCachedPadding()CalculatedStyle.getMarginRect(float cbWidth, CssContext ctx) Convenience property accessor; returns a Border initialized with the four-sided margin width.CalculatedStyle.getMarginRect(float cbWidth, CssContext ctx, boolean useCache) CalculatedStyle.getPaddingRect(float cbWidth, CssContext ctx) 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.derivedFields in org.xhtmlrenderer.css.style.derived declared as RectPropertySetMethods in org.xhtmlrenderer.css.style.derived that return RectPropertySetModifier and TypeMethodDescriptionRectPropertySet.copyOf()static RectPropertySetRectPropertySet.newInstance(CalculatedStyle style, CSSName.CSSSideProperties sideProperties, float cbWidth, CssContext ctx) -
Uses of RectPropertySet in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected voidTableBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidTableRowBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidTableBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) -
Uses of RectPropertySet in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return RectPropertySetModifier and TypeMethodDescriptionBox.getMargin(CssContext cssContext) PageBox.getMargin(CssContext cssCtx) Box.getPadding(CssContext cssCtx) protected RectPropertySetBox.getStyleMargin(CssContext cssContext) protected RectPropertySetBox.getStyleMarginNoCache(CssContext cssContext) Methods in org.xhtmlrenderer.render with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected voidBlockBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidBlockBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border)