Uses of Class
adams.gui.visualization.jfreechart.chart.Orientation
-
Packages that use Orientation Package Description adams.gui.visualization.jfreechart.chart -
-
Uses of Orientation in adams.gui.visualization.jfreechart.chart
Fields in adams.gui.visualization.jfreechart.chart declared as Orientation Modifier and Type Field Description protected Orientation
BarChart. m_Orientation
the plot orientation.protected Orientation
BubbleChart. m_Orientation
the plot orientation.protected Orientation
ScatterPlot. m_Orientation
the plot orientation.protected Orientation
XYLineChart. m_Orientation
the plot orientation.Methods in adams.gui.visualization.jfreechart.chart that return Orientation Modifier and Type Method Description Orientation
BarChart. getOrientation()
Returns the orientation for the plot.Orientation
BubbleChart. getOrientation()
Returns the orientation for the plot.Orientation
ScatterPlot. getOrientation()
Returns the orientation for the plot.Orientation
XYLineChart. getOrientation()
Returns the orientation for the plot.static Orientation
Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.jfreechart.chart with parameters of type Orientation Modifier and Type Method Description void
BarChart. setOrientation(Orientation value)
Sets the orientation for the plot.void
BubbleChart. setOrientation(Orientation value)
Sets the orientation for the plot.void
ScatterPlot. setOrientation(Orientation value)
Sets the orientation for the plot.void
XYLineChart. setOrientation(Orientation value)
Sets the orientation for the plot.
-