java.lang.Object | |
↳ | org.jfree.chart.axis.AxisCollection |
A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or RIGHT of a chart. This class is used internally by JFreeChart, you won't normally need to use it yourself.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new empty collection.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an axis to the collection.
| |||||||||||
Returns a list of the axes (if any) that need to be drawn at the bottom
of the plot area.
| |||||||||||
Returns a list of the axes (if any) that need to be drawn at the left
of the plot area.
| |||||||||||
Returns a list of the axes (if any) that need to be drawn at the right
of the plot area.
| |||||||||||
Returns a list of the axes (if any) that need to be drawn at the top of
the plot area.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new empty collection.
Adds an axis to the collection.
axis | the axis (null not permitted). |
---|---|
edge | the edge of the plot that the axis should be drawn on
(null not permitted).
|
Returns a list of the axes (if any) that need to be drawn at the bottom of the plot area.
Returns a list of the axes (if any) that need to be drawn at the left of the plot area.
Returns a list of the axes (if any) that need to be drawn at the right of the plot area.
Returns a list of the axes (if any) that need to be drawn at the top of the plot area.