java.lang.Object | |
↳ | org.jfree.chart.axis.MarkerAxisBand |
A band that can be added to a number axis to display regions.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new axis band.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a marker to the band.
| |||||||||||
Draws the band.
| |||||||||||
Tests this axis for equality with another object.
| |||||||||||
Returns the height of the band.
| |||||||||||
Returns a hash code for the object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a new axis band.
axis | the owner. |
---|---|
topOuterGap | the top outer gap. |
topInnerGap | the top inner gap. |
bottomOuterGap | the bottom outer gap. |
bottomInnerGap | the bottom inner gap. |
font | the font. |
Adds a marker to the band.
marker | the marker. |
---|
Draws the band.
g2 | the graphics device. |
---|---|
plotArea | the plot area. |
dataArea | the data area. |
x | the x-coordinate. |
y | the y-coordinate. |
Tests this axis for equality with another object. Note that the axis that the band belongs to is ignored in the test.
obj | the object (null permitted). |
---|
true
or false
.
Returns the height of the band.
g2 | the graphics device. |
---|
Returns a hash code for the object.