Package org.xhtmlrenderer.render
Class BorderPainter
- java.lang.Object
-
- org.xhtmlrenderer.render.BorderPainter
-
public class BorderPainter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BorderPainter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
paint(java.awt.Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel)
-
-
-
Field Detail
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
paint
public static void paint(java.awt.Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel)
- Parameters:
xOffset
- for determining starting point for patterns
-
-