|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.block.BlockBorder
public class BlockBorder
A border for a block. This class is immutable.
Field Summary | |
---|---|
static BlockBorder |
NONE
An empty border. |
Constructor Summary | |
---|---|
BlockBorder()
Creates a default border. |
|
BlockBorder(java.awt.Paint paint)
Creates a new border with the specified color. |
|
BlockBorder(RectangleInsets insets,
java.awt.Paint paint)
Creates a new border. |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area)
Draws the border by filling in the reserved space (in black). |
boolean |
equals(java.lang.Object obj)
Tests this border for equality with an arbitrary instance. |
RectangleInsets |
getInsets()
Returns the space reserved for the border. |
java.awt.Paint |
getPaint()
Returns the paint used to draw the border. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BlockBorder NONE
Constructor Detail |
---|
public BlockBorder()
public BlockBorder(java.awt.Paint paint)
paint
- the color (null
not permitted).public BlockBorder(RectangleInsets insets, java.awt.Paint paint)
insets
- the border insets (null
not permitted).paint
- the paint (null
not permitted).Method Detail |
---|
public RectangleInsets getInsets()
null
).public java.awt.Paint getPaint()
null
).public void draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)
g2
- the graphics device.area
- the area.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object (null
permitted).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |