org.jfree.chart.plot
public final class PlotOrientation extends Object implements Serializable
| Field Summary | |
|---|---|
| static PlotOrientation | HORIZONTAL For a plot where the range axis is horizontal. |
| static PlotOrientation | VERTICAL For a plot where the range axis is vertical. |
| Method Summary | |
|---|---|
| boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: o the other object.
Returns: A boolean.
Returns: The string.