Uses of Class
com.openhtmltopdf.css.style.derived.RectPropertySet
-
Packages that use RectPropertySet Package Description com.openhtmltopdf.css.style com.openhtmltopdf.css.style.derived com.openhtmltopdf.newtable com.openhtmltopdf.render -
-
Uses of RectPropertySet in com.openhtmltopdf.css.style
Fields in com.openhtmltopdf.css.style declared as RectPropertySet Modifier and Type Field Description private RectPropertySet
CalculatedStyle. _margin
private RectPropertySet
CalculatedStyle. _padding
Methods in com.openhtmltopdf.css.style that return RectPropertySet Modifier and Type Method Description RectPropertySet
CalculatedStyle. getCachedMargin()
RectPropertySet
CalculatedStyle. getCachedPadding()
private static RectPropertySet
CalculatedStyle. getMarginProperty(CalculatedStyle style, CSSName shorthandProp, CSSName.CSSSideProperties sides, float cbWidth, CssContext ctx, boolean useCache)
RectPropertySet
CalculatedStyle. getMarginRect(float cbWidth, CssContext ctx)
Convenience property accessor; returns a Border initialized with the four-sided margin width.RectPropertySet
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)
RectPropertySet
CalculatedStyle. getPaddingRect(float cbWidth, CssContext ctx)
RectPropertySet
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.derived Modifier and Type Class Description class
BorderPropertySet
Fields in com.openhtmltopdf.css.style.derived declared as RectPropertySet Modifier and Type Field Description static RectPropertySet
RectPropertySet. ALL_ZEROS
Methods in com.openhtmltopdf.css.style.derived that return RectPropertySet Modifier and Type Method Description RectPropertySet
RectPropertySet. 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 RectPropertySet Modifier and Type Method Description protected 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 RectPropertySet Modifier and Type Field Description private RectPropertySet
Box. _workingMargin
Methods in com.openhtmltopdf.render that return RectPropertySet Modifier and Type Method Description RectPropertySet
Box. getMargin(CssContext cssContext)
RectPropertySet
PageBox. getMargin(CssContext cssCtx)
RectPropertySet
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 RectPropertySet Modifier and Type Method Description protected 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)
java.awt.Dimension
PageBox.BottomLeftCorner. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
PageBox.BottomMarginArea. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
PageBox.BottomRightCorner. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
PageBox.LeftMarginArea. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
abstract java.awt.Dimension
PageBox.MarginArea. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
PageBox.RightMarginArea. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
PageBox.TopLeftCorner. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
PageBox.TopMarginArea. getLayoutDimension(CssContext c, PageBox page, RectPropertySet margin)
java.awt.Dimension
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)
-