Class PlotOrientation
java.lang.Object
org.jfree.chart.plot.PlotOrientation
- All Implemented Interfaces:
Serializable
Used to indicate the orientation (horizontal or vertical) of a 2D plot.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PlotOrientationFor a plot where the range axis is horizontal.static final PlotOrientationFor a plot where the range axis is vertical. -
Method Summary
-
Field Details
-
HORIZONTAL
For a plot where the range axis is horizontal. -
VERTICAL
For a plot where the range axis is vertical.
-
-
Method Details
-
toString
-
equals
-
hashCode
-