Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » plot » [javadoc | source]
org.jfree.chart.plot
public final class: PlotOrientation [javadoc | source]
java.lang.Object
   org.jfree.chart.plot.PlotOrientation

All Implemented Interfaces:
    Serializable

Used to indicate the orientation (horizontal or vertical) of a 2D plot.
Field Summary
public static final  PlotOrientation HORIZONTAL    For a plot where the range axis is horizontal. 
public static final  PlotOrientation VERTICAL    For a plot where the range axis is vertical. 
Method from org.jfree.chart.plot.PlotOrientation Summary:
equals,   hashCode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.plot.PlotOrientation Detail:
 public boolean equals(Object obj) 
    Returns true if this object is equal to the specified object, and false otherwise.
 public int hashCode() 
    Returns a hash code for this instance.
 public String toString() 
    Returns a string representing the object.