Uses of Class
org.xhtmlrenderer.css.style.derived.BorderPropertySet
Packages that use BorderPropertySet
Package
Description
-
Uses of BorderPropertySet in org.xhtmlrenderer.css.style
Fields in org.xhtmlrenderer.css.style declared as BorderPropertySetMethods in org.xhtmlrenderer.css.style that return BorderPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getBorder
(@Nullable CssContext ctx) private static BorderPropertySet
CalculatedStyle.getBorderProperty
(CalculatedStyle style, @Nullable CssContext ctx) -
Uses of BorderPropertySet in org.xhtmlrenderer.css.style.derived
Fields in org.xhtmlrenderer.css.style.derived declared as BorderPropertySetMethods in org.xhtmlrenderer.css.style.derived that return BorderPropertySetModifier and TypeMethodDescriptionBorderPropertySet.darken()
Returns the colors for brighter parts of each side for a particular decoration stylefinal BorderPropertySet
BorderPropertySet.darken
(IdentValue style) Deprecated.BorderPropertySet.lighten()
Returns the colors for brighter parts of each side for a particular decoration stylefinal BorderPropertySet
BorderPropertySet.lighten
(IdentValue style) Deprecated.static BorderPropertySet
BorderPropertySet.newInstance
(CalculatedStyle style, @Nullable CssContext ctx) BorderPropertySet.normalizedInstance
(Rectangle bounds) BorderPropertySet.resetNegativeValues()
Constructors in org.xhtmlrenderer.css.style.derived with parameters of type BorderPropertySet -
Uses of BorderPropertySet in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.newtable
Fields in org.xhtmlrenderer.newtable declared as BorderPropertySetModifier and TypeFieldDescriptionprivate BorderPropertySet
TableCellBox._collapsedLayoutBorder
private BorderPropertySet
TableCellBox._collapsedPaintingBorder
Methods in org.xhtmlrenderer.newtable that return BorderPropertySetModifier and TypeMethodDescriptionTableBox.getBorder
(CssContext cssCtx) TableCellBox.getBorder
(CssContext cssCtx) protected BorderPropertySet
TableCellBox.getCollapsedPaintingBorder()
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return BorderPropertySetMethods in org.xhtmlrenderer.render with parameters of type BorderPropertySetModifier and TypeMethodDescriptionprotected void
BlockBox.calcLayoutHeight
(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) private void
BlockBox.calcMinMaxCSSMinMaxWidth
(LayoutContext c, RectPropertySet margin, BorderPropertySet border, RectPropertySet padding) 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 borderstatic void
BorderPainter.paint
(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset) 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 currentSide, IdentValue borderSideStyle, int xOffset) private static void
BorderPainter.paintBorderSideShape
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet high, BorderPropertySet low, float offset, float scale, int currentSide) void
AbstractOutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) private static void
BorderPainter.paintDoubleBorder
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int currentSide) private static void
BorderPainter.paintPatternedRect
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int currentSide, int xOffset) private static void
BorderPainter.paintSolid
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, float offset, float scale, int currentSide) protected void
BlockBox.resolveAutoMargins
(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) Constructors in org.xhtmlrenderer.render with parameters of type BorderPropertySetModifierConstructorDescriptionRelativeBorderProperties
(BorderPropertySet props, int side, float widthScale)