| java.lang.Object | |
| ↳ | org.jfree.chart.block.LineBorder |
A line border for any AbstractBlock.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a default border.
| |||||||||||
Creates a new border with the specified color.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Draws the border by filling in the reserved space (in black).
| |||||||||||
Tests this border for equality with an arbitrary instance.
| |||||||||||
Returns the insets.
| |||||||||||
Returns the paint.
| |||||||||||
Returns the stroke.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.block.BlockFrame
| |||||||||||
Creates a default border.
Creates a new border with the specified color.
| paint | the color (null not permitted). |
|---|---|
| stroke | the border stroke (null not permitted). |
| insets | the insets (null not permitted).
|
Draws the border by filling in the reserved space (in black).
| g2 | the graphics device. |
|---|---|
| area | the area. |
Tests this border for equality with an arbitrary instance.
| obj | the object (null permitted). |
|---|
Returns the insets.
null).