public class AxisCollection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List |
axesAtBottom
The axes that need to be drawn at the bottom of the plot area.
|
private java.util.List |
axesAtLeft
The axes that need to be drawn at the left of the plot area.
|
private java.util.List |
axesAtRight
The axes that need to be drawn at the right of the plot area.
|
private java.util.List |
axesAtTop
The axes that need to be drawn at the top of the plot area.
|
| Constructor and Description |
|---|
AxisCollection()
Creates a new empty collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Axis axis,
org.jfree.ui.RectangleEdge edge)
Adds an axis to the collection.
|
java.util.List |
getAxesAtBottom()
Returns a list of the axes (if any) that need to be drawn at the bottom
of the plot area.
|
java.util.List |
getAxesAtLeft()
Returns a list of the axes (if any) that need to be drawn at the left
of the plot area.
|
java.util.List |
getAxesAtRight()
Returns a list of the axes (if any) that need to be drawn at the right
of the plot area.
|
java.util.List |
getAxesAtTop()
Returns a list of the axes (if any) that need to be drawn at the top of
the plot area.
|
private java.util.List axesAtTop
private java.util.List axesAtBottom
private java.util.List axesAtLeft
private java.util.List axesAtRight
public java.util.List getAxesAtTop()
public java.util.List getAxesAtBottom()
public java.util.List getAxesAtLeft()
public java.util.List getAxesAtRight()
public void add(Axis axis, org.jfree.ui.RectangleEdge edge)
axis - the axis (null not permitted).edge - the edge of the plot that the axis should be drawn on
(null not permitted).