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.newtable 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 classBorderPropertySetUser: patrick Date: Oct 21, 2005Fields 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.CSSSideProperties sideProperties, float cbWidth, CssContext ctx) -
Uses of RectPropertySet in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable with parameters of type RectPropertySet Modifier and Type Method Description protected 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 RectPropertySet Modifier and Type Method Description RectPropertySetBox. getMargin(CssContext cssContext)RectPropertySetPageBox. getMargin(CssContext cssCtx)RectPropertySetBox. getPadding(CssContext cssCtx)protected RectPropertySetBox. getStyleMargin(CssContext cssContext)protected RectPropertySetBox. getStyleMargin(CssContext cssContext, boolean useCache)Methods in org.xhtmlrenderer.render with parameters of type RectPropertySet Modifier and Type Method Description protected voidBlockBox. calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding)protected voidBlockBox. resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border)
-