Uses of Class
com.openhtmltopdf.css.style.derived.RectPropertySet
Packages that use RectPropertySet
Package
Description
-
Uses of RectPropertySet in com.openhtmltopdf.css.style
Fields in com.openhtmltopdf.css.style declared as RectPropertySetModifier and TypeFieldDescriptionprivate RectPropertySet
CalculatedStyle._margin
private RectPropertySet
CalculatedStyle._padding
Methods in com.openhtmltopdf.css.style that return RectPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getCachedMargin()
CalculatedStyle.getCachedPadding()
private static RectPropertySet
CalculatedStyle.getMarginProperty
(CalculatedStyle style, CSSName shorthandProp, CSSName.CSSSideProperties sides, float cbWidth, CssContext ctx, boolean useCache) 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) private static RectPropertySet
CalculatedStyle.getPaddingProperty
(CalculatedStyle style, CSSName shorthandProp, CSSName.CSSSideProperties sides, 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.private static RectPropertySet
CalculatedStyle.newRectInstance
(CalculatedStyle style, CSSName shorthand, CSSName.CSSSideProperties sides, float cbWidth, CssContext ctx) -
Uses of RectPropertySet in com.openhtmltopdf.css.style.derived
Subclasses of RectPropertySet in com.openhtmltopdf.css.style.derivedFields in com.openhtmltopdf.css.style.derived declared as RectPropertySetMethods in com.openhtmltopdf.css.style.derived that return RectPropertySetModifier and TypeMethodDescriptionRectPropertySet.copyOf()
static RectPropertySet
RectPropertySet.newInstance
(CalculatedStyle style, CSSName shortHandProperty, CSSName.CSSSideProperties sideProperties, float cbWidth, CssContext ctx) -
Uses of RectPropertySet in com.openhtmltopdf.newtable
Methods in com.openhtmltopdf.newtable with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected void
TableBox.calcLayoutHeight
(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected void
TableRowBox.calcLayoutHeight
(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected void
TableBox.resolveAutoMargins
(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) -
Uses of RectPropertySet in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as RectPropertySetMethods in com.openhtmltopdf.render that return RectPropertySetModifier and TypeMethodDescriptionBox.getMargin
(CssContext cssContext) PageBox.getMargin
(CssContext cssCtx) Box.getPadding
(CssContext cssCtx) protected RectPropertySet
Box.getStyleMargin
(CssContext cssContext) protected RectPropertySet
Box.getStyleMargin
(CssContext cssContext, boolean useCache) Methods in com.openhtmltopdf.render with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected void
BlockBox.calcLayoutHeight
(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) Oh oh! Up to this method height is used to track content height.private void
BlockBox.calcMinMaxCSSMinMaxWidth
(LayoutContext c, RectPropertySet margin, BorderPropertySet border, RectPropertySet padding) PageBox.BottomLeftCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.BottomMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.BottomRightCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.LeftMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) abstract Dimension
PageBox.MarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.RightMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.TopLeftCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.TopMarginArea.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) PageBox.TopRightCorner.getLayoutDimension
(CssContext c, PageBox page, RectPropertySet margin) protected void
BlockBox.resolveAutoMargins
(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) private void
BlockBox.setCollapsedBottomMargin
(LayoutContext c, RectPropertySet margin, BlockBox.MarginCollapseResult collapsedMargin)