Uses of Class
com.openhtmltopdf.css.style.derived.BorderPropertySet
| Package | Description |
|---|---|
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.css.style.derived | |
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.newtable | |
| com.openhtmltopdf.render |
-
Uses of BorderPropertySet in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return BorderPropertySet Modifier and Type Method Description BorderPropertySetCalculatedStyle. getBorder(CssContext ctx) -
Uses of BorderPropertySet in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived declared as BorderPropertySet Modifier and Type Field Description static BorderPropertySetBorderPropertySet. EMPTY_BORDERMethods in com.openhtmltopdf.css.style.derived that return BorderPropertySet Modifier and Type Method Description BorderPropertySetBorderPropertySet. darken(IdentValue style)Returns the colors for brighter parts of each side for a particular decoration styleBorderPropertySetBorderPropertySet. lighten(IdentValue style)Returns the colors for brighter parts of each side for a particular decoration stylestatic BorderPropertySetBorderPropertySet. newInstance(CalculatedStyle style, CssContext ctx)BorderPropertySetBorderPropertySet. normalizedInstance(Rectangle bounds)Constructors in com.openhtmltopdf.css.style.derived with parameters of type BorderPropertySet Constructor Description BorderPropertySet(BorderPropertySet border) -
Uses of BorderPropertySet in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BorderPropertySet Modifier and Type Method Description voidOutputDevice. paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border)voidOutputDevice. paintCollapsedBorder(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) -
Uses of BorderPropertySet in com.openhtmltopdf.newtable
Methods in com.openhtmltopdf.newtable that return BorderPropertySet Modifier and Type Method Description BorderPropertySetTableBox. getBorder(CssContext cssCtx)BorderPropertySetTableCellBox. getBorder(CssContext cssCtx)protected BorderPropertySetTableCellBox. getCollapsedPaintingBorder()Methods in com.openhtmltopdf.newtable with parameters of type BorderPropertySet Modifier and Type Method Description static CollapsedBorderValueCollapsedBorderValue. borderBottom(BorderPropertySet border, int precedence)static CollapsedBorderValueCollapsedBorderValue. borderLeft(BorderPropertySet border, int precedence)static CollapsedBorderValueCollapsedBorderValue. borderRight(BorderPropertySet border, int precedence)static CollapsedBorderValueCollapsedBorderValue. borderTop(BorderPropertySet border, int precedence)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 BorderPropertySet in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return BorderPropertySet Modifier and Type Method Description BorderPropertySetBox. getBorder(CssContext cssCtx)Methods in com.openhtmltopdf.render with parameters of type BorderPropertySet Modifier and Type Method Description protected voidBlockBox. calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding)Oh oh! Up to this method height is used to track content height.static Path2DBorderPainter. generateBorderBounds(Rectangle bounds, BorderPropertySet border, boolean inside)Generates a full round rectangle that is made of bounds and borderstatic Path2DBorderPainter. generateBorderShape(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior)Generates one side of a borderstatic Path2DBorderPainter. generateBorderShape(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior, float scaledOffset)Generates one side of a borderstatic Path2DBorderPainter. generateBorderShape(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior, float scaledOffset, float widthScale)Generates one side of a borderstatic voidBorderPainter. paint(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel)voidAbstractOutputDevice. paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border)voidAbstractOutputDevice. paintCollapsedBorder(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side)protected voidBlockBox. resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border)