org.xhtmlrenderer.render
Class BorderPainter

java.lang.Object
  extended by org.xhtmlrenderer.render.BorderPainter

public class BorderPainter
extends Object


Field Summary
static int ALL
           
static int BOTTOM
           
static int LEFT
           
static int RIGHT
           
static int TOP
           
 
Constructor Summary
BorderPainter()
           
 
Method Summary
static void paint(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

BorderPainter

public BorderPainter()
Method Detail

paint

public static void paint(Rectangle bounds,
                         int sides,
                         BorderPropertySet border,
                         RenderingContext ctx,
                         int xOffset,
                         boolean bevel)
Parameters:
xOffset - for determining starting point for patterns


Copyright © 2012. All Rights Reserved.