|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.axis.AxisLocation
Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
Field Summary | |
static AxisLocation |
BOTTOM_OR_LEFT
Axis at the bottom or left. |
static AxisLocation |
BOTTOM_OR_RIGHT
Axis at the bottom or right. |
static AxisLocation |
TOP_OR_LEFT
Axis at the top or left. |
static AxisLocation |
TOP_OR_RIGHT
Axis at the top or right. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Returns true if this object is equal to the specified
object, and false otherwise. |
static AxisLocation |
getOpposite(AxisLocation location)
Returns the location that is opposite to the supplied location. |
java.lang.String |
toString()
Returns a string representing the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AxisLocation TOP_OR_LEFT
public static final AxisLocation TOP_OR_RIGHT
public static final AxisLocation BOTTOM_OR_LEFT
public static final AxisLocation BOTTOM_OR_RIGHT
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
true
if this object is equal to the specified
object, and false
otherwise.
obj
- the other object (null
permitted).
public static AxisLocation getOpposite(AxisLocation location)
location
- the location (null
not permitted).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |