public class AxisCollection extends Object
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.
|
List |
getAxesAtBottom()
Returns a list of the axes (if any) that need to be drawn at the bottom
of the plot area.
|
List |
getAxesAtLeft()
Returns a list of the axes (if any) that need to be drawn at the left
of the plot area.
|
List |
getAxesAtRight()
Returns a list of the axes (if any) that need to be drawn at the right
of the plot area.
|
List |
getAxesAtTop()
Returns a list of the axes (if any) that need to be drawn at the top of
the plot area.
|
public List getAxesAtTop()
public List getAxesAtBottom()
public List getAxesAtLeft()
public 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).Jas4pp 1.5 © Java Analysis Studio for Particle Physics