Field Summary |
|
final public static int | BOTTOM This represents one side of the border of the Rectangle . |
final public static int | BOX This represents a type of border. |
final public static int | LEFT This represents one side of the border of the Rectangle . |
final public static int | NO_BORDER This represents a rectangle without borders. |
final public static int | RIGHT This represents one side of the border of the Rectangle . |
final public static int | TOP This represents one side of the border of the Rectangle . |
final public static int | UNDEFINED This is the value that will be used as undefined . |
protected Color | backgroundColor This is the color of the background of this rectangle. |
protected int | border This represents the status of the 4 sides of the rectangle. |
protected Color | borderColor The color of the border of this rectangle. |
protected Color | borderColorBottom The color of the bottom border of this rectangle. |
protected Color | borderColorLeft The color of the left border of this rectangle. |
protected Color | borderColorRight The color of the right border of this rectangle. |
protected Color | borderColorTop The color of the top border of this rectangle. |
protected float | borderWidth This is the width of the border around this rectangle. |
protected float | borderWidthBottom The width of the bottom border of this rectangle. |
protected float | borderWidthLeft The width of the left border of this rectangle. |
protected float | borderWidthRight The width of the right border of this rectangle. |
protected float | borderWidthTop The width of the top border of this rectangle. |
protected float | llx the lower left x-coordinate. |
protected float | lly the lower left y-coordinate. |
protected int | rotation |
protected float | urx the upper right x-coordinate. |
protected float | ury the upper right y-coordinate. |
protected boolean | useVariableBorders Whether variable width/color borders are used. |