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 OrientationBarChart. m_Orientationthe plot orientation.protected OrientationBubbleChart. m_Orientationthe plot orientation.protected OrientationDensityScatterPlot. m_Orientationthe plot orientation.protected OrientationScatterPlot. m_Orientationthe plot orientation.protected OrientationXYLineChart. m_Orientationthe plot orientation.Methods in adams.gui.visualization.jfreechart.chart that return Orientation Modifier and Type Method Description OrientationBarChart. getOrientation()Returns the orientation for the plot.OrientationBubbleChart. getOrientation()Returns the orientation for the plot.OrientationDensityScatterPlot. getOrientation()Returns the orientation for the plot.OrientationScatterPlot. getOrientation()Returns the orientation for the plot.OrientationXYLineChart. getOrientation()Returns the orientation for the plot.static OrientationOrientation. 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 voidBarChart. setOrientation(Orientation value)Sets the orientation for the plot.voidBubbleChart. setOrientation(Orientation value)Sets the orientation for the plot.voidDensityScatterPlot. setOrientation(Orientation value)Sets the orientation for the plot.voidScatterPlot. setOrientation(Orientation value)Sets the orientation for the plot.voidXYLineChart. setOrientation(Orientation value)Sets the orientation for the plot.
-