Uses of Class
com.openhtmltopdf.css.style.derived.BorderPropertySet
Packages that use BorderPropertySet
Package
Description
-
Uses of BorderPropertySet in com.openhtmltopdf.css.style
Fields in com.openhtmltopdf.css.style declared as BorderPropertySetMethods in com.openhtmltopdf.css.style that return BorderPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getBorder
(CssContext ctx) private static BorderPropertySet
CalculatedStyle.getBorderProperty
(CalculatedStyle style, CssContext ctx) -
Uses of BorderPropertySet in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived declared as BorderPropertySetMethods in com.openhtmltopdf.css.style.derived that return BorderPropertySetModifier and TypeMethodDescriptionBorderPropertySet.darken
(IdentValue style) Returns the colors for brighter parts of each side for a particular decoration styleBorderPropertySet.lighten
(IdentValue style) Returns the colors for brighter parts of each side for a particular decoration stylestatic BorderPropertySet
BorderPropertySet.newInstance
(CalculatedStyle style, CssContext ctx) BorderPropertySet.normalizedInstance
(Rectangle bounds) Constructors in com.openhtmltopdf.css.style.derived with parameters of type BorderPropertySet -
Uses of BorderPropertySet in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BorderPropertySetModifier and TypeMethodDescriptionvoid
OutputDevice.paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) void
OutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) -
Uses of BorderPropertySet in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as BorderPropertySetModifier and TypeFieldDescriptionprivate BorderPropertySet
TableCellBox._collapsedLayoutBorder
private BorderPropertySet
TableCellBox._collapsedPaintingBorder
Methods in com.openhtmltopdf.newtable that return BorderPropertySetModifier and TypeMethodDescriptionTableBox.getBorder
(CssContext cssCtx) TableCellBox.getBorder
(CssContext cssCtx) protected BorderPropertySet
TableCellBox.getCollapsedPaintingBorder()
Methods in com.openhtmltopdf.newtable with parameters of type BorderPropertySetModifier and TypeMethodDescriptionstatic CollapsedBorderValue
CollapsedBorderValue.borderBottom
(BorderPropertySet border, int precedence) static CollapsedBorderValue
CollapsedBorderValue.borderLeft
(BorderPropertySet border, int precedence) static CollapsedBorderValue
CollapsedBorderValue.borderRight
(BorderPropertySet border, int precedence) static CollapsedBorderValue
CollapsedBorderValue.borderTop
(BorderPropertySet border, int precedence) 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 BorderPropertySet in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return BorderPropertySetMethods in com.openhtmltopdf.render with parameters of type BorderPropertySetModifier and TypeMethodDescriptionprivate Dimension
AbstractOutputDevice.calcInitialXYOff
(CalculatedStyle.BackgroundContainer bgImage, Rectangle bgImageContainer, BorderPropertySet border, CalculatedStyle style, RenderingContext c) 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) private void
AbstractOutputDevice.drawBgImage
(RenderingContext c, CalculatedStyle style, Rectangle backgroundBounds, Rectangle bgImageContainer, BorderPropertySet border, FSImage backgroundImage, CalculatedStyle.BackgroundContainer bgImage) static Path2D
BorderPainter.generateBorderBounds
(Rectangle bounds, BorderPropertySet border, boolean inside) Generates a full round rectangle that is made of bounds and borderstatic Path2D
BorderPainter.generateBorderShape
(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior) Generates one side of a borderstatic Path2D
BorderPainter.generateBorderShape
(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior, float scaledOffset) Generates one side of a borderstatic Path2D
BorderPainter.generateBorderShape
(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior, float scaledOffset, float widthScale) Generates one side of a borderprivate static Shape
BorderPainter.generateSimpleBorderShape
(Rectangle bounds, int currentSide, BorderPropertySet border) Generate a simple rectangle without beveling for a solid border side.static void
BorderPainter.paint
(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel) void
AbstractOutputDevice.paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) private void
AbstractOutputDevice.paintBackground0
(RenderingContext c, CalculatedStyle style, Rectangle backgroundBounds, Rectangle bgImageContainer, BorderPropertySet border) private static void
BorderPainter.paintBorderSide
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int sides, int currentSide, IdentValue borderSideStyle, int xOffset, boolean bevel) private static void
BorderPainter.paintBorderSideShape
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet high, BorderPropertySet low, float offset, float scale, int sides, int currentSide, boolean bevel) void
AbstractOutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) private static void
BorderPainter.paintDoubleBorder
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int sides, int currentSide, boolean bevel) private static void
BorderPainter.paintPatternedRect
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int sides, int currentSide, int xOffset) private static void
BorderPainter.paintSolid
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, float offset, float scale, int sides, int currentSide, boolean bevel) protected void
BlockBox.resolveAutoMargins
(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) Constructors in com.openhtmltopdf.render with parameters of type BorderPropertySetModifierConstructorDescriptionRelativeBorderProperties
(Rectangle bounds, BorderPropertySet props, float borderScaleOffset, int side, float scaledOffset, float widthScale)