org.jfree.chart.axis
Class AxisLocation
java.lang.Objectorg.jfree.chart.axis.AxisLocation
- Serializable
extends java.lang.Object
implements Serializable
Used to indicate the location of an axis on a 2D plot, prior to knowing the
orientation of the plot.
boolean | equals(Object obj)- Returns
true if this object is equal to the specified
object, and false otherwise.
|
AxisLocation | getOpposite()- Returns the location that is opposite to this location.
|
static AxisLocation | getOpposite(AxisLocation location)- Returns the location that is opposite to the supplied location.
|
String | toString()- Returns a string representing the object.
|
equals
public boolean equals(Object obj)
Returns true if this object is equal to the specified
object, and false otherwise.
obj - the other object (null permitted).
getOpposite
public static AxisLocation getOpposite(AxisLocation location)
Returns the location that is opposite to the supplied location.
location - the location (null not permitted).
toString
public String toString()
Returns a string representing the object.