java.lang.Object | |
↳ | org.jfree.chart.axis.AxisLocation |
Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BOTTOM_OR_LEFT | Axis at the bottom or left. | ||||||||||
BOTTOM_OR_RIGHT | Axis at the bottom or right. | ||||||||||
TOP_OR_LEFT | Axis at the top or left. | ||||||||||
TOP_OR_RIGHT | Axis at the top or right. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if this object is equal to the specified
object, and false otherwise. | |||||||||||
Returns the location that is opposite to this location.
| |||||||||||
Returns the location that is opposite to the supplied location.
| |||||||||||
Returns a string representing the object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns true
if this object is equal to the specified
object, and false
otherwise.
obj | the other object (null permitted). |
---|
Returns the location that is opposite to this location.
Returns the location that is opposite to the supplied location.
location | the location (null not permitted). |
---|