|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.AxisCollection
public class 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.
Constructor Summary | |
---|---|
AxisCollection()
Creates a new empty collection. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisCollection()
Method Detail |
---|
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).
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |