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 RectPropertySetCalculatedStyle._marginprivate RectPropertySetCalculatedStyle._paddingMethods in com.openhtmltopdf.css.style that return RectPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getCachedMargin()CalculatedStyle.getCachedPadding()private static RectPropertySetCalculatedStyle.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 RectPropertySetCalculatedStyle.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 RectPropertySetCalculatedStyle.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 RectPropertySetRectPropertySet.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 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 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 RectPropertySetBox.getStyleMargin(CssContext cssContext) protected RectPropertySetBox.getStyleMargin(CssContext cssContext, boolean useCache) Methods in com.openhtmltopdf.render with parameters of type RectPropertySetModifier and TypeMethodDescriptionprotected voidBlockBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) Oh oh! Up to this method height is used to track content height.private voidBlockBox.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 DimensionPageBox.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 voidBlockBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) private voidBlockBox.setCollapsedBottomMargin(LayoutContext c, RectPropertySet margin, BlockBox.MarginCollapseResult collapsedMargin)