java.lang.Object | |
↳ | org.jfree.chart.plot.PlotOrientation |
Used to indicate the orientation (horizontal or vertical) of a 2D plot.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HORIZONTAL | For a plot where the range axis is horizontal. | ||||||||||
VERTICAL | For a plot where the range axis is vertical. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns
true if this object is equal to the specified
object, and false otherwise. | |||||||||||
Returns a hash code for this instance.
| |||||||||||
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 object (null permitted). |
---|
Returns a hash code for this instance.