Package org.jfree.chart.plot
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 Summary
Fields Modifier and Type Field Description 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
-
Field Details
-
HORIZONTAL
For a plot where the range axis is horizontal. -
VERTICAL
For a plot where the range axis is vertical.
-
-
Method Details