Class PlotOrientation

java.lang.Object
org.jfree.chart.plot.PlotOrientation
All Implemented Interfaces:
Serializable

public final class PlotOrientation
extends Object
implements Serializable
Used to indicate the orientation (horizontal or vertical) of a 2D plot.
See Also:
Serialized Form
  • Field Details

    • HORIZONTAL

      public static final PlotOrientation HORIZONTAL
      For a plot where the range axis is horizontal.
    • VERTICAL

      public static final PlotOrientation VERTICAL
      For a plot where the range axis is vertical.
  • Method Details

    • toString

      public String toString()
      Returns a string representing the object.
      Overrides:
      toString in class Object
      Returns:
      The string.
    • equals

      public boolean equals​(Object o)
      Returns true if this object is equal to the specified object, and false otherwise.
      Overrides:
      equals in class Object
      Parameters:
      o - the other object.
      Returns:
      A boolean.