Uses of Class
org.meteoinfo.chart.plot.PlotOrientation
-
Packages that use PlotOrientation Package Description org.meteoinfo.chart org.meteoinfo.chart.plot -
-
Uses of PlotOrientation in org.meteoinfo.chart
Fields in org.meteoinfo.chart declared as PlotOrientation Modifier and Type Field Description protected PlotOrientationChartLegend. orientationMethods in org.meteoinfo.chart that return PlotOrientation Modifier and Type Method Description PlotOrientationChartLegend. getPlotOrientation()Get plot orientationMethods in org.meteoinfo.chart with parameters of type PlotOrientation Modifier and Type Method Description voidChartLegend. setPlotOrientation(PlotOrientation value)Set plot orientation -
Uses of PlotOrientation in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return PlotOrientation Modifier and Type Method Description PlotOrientationAbstractPlot2D. getPlotOrientation()Get plot orientationstatic PlotOrientationPlotOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlotOrientation[]PlotOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.chart.plot with parameters of type PlotOrientation Modifier and Type Method Description voidAbstractPlot2D. setPlotOrientation(PlotOrientation value)Set plot orientationConstructors in org.meteoinfo.chart.plot with parameters of type PlotOrientation Constructor Description XY1DPlot(boolean isTime, PlotOrientation orientation, XYDataset dateset)ConstructorXY1DPlot(PlotOrientation orientation, XYDataset dateset)Constructor
-