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