Uses of Class
org.meteoinfo.chart.plot.ChartPlotMethod
-
Packages that use ChartPlotMethod Package Description org.meteoinfo.chart.plot -
-
Uses of ChartPlotMethod in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return ChartPlotMethod Modifier and Type Method Description ChartPlotMethodXY1DPlot. getChartPlotMethod()Get chart plot methodChartPlotMethodSeriesLegend. getPlotMethod()Get plot methodstatic ChartPlotMethodChartPlotMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChartPlotMethod[]ChartPlotMethod. 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 ChartPlotMethod Modifier and Type Method Description voidXY1DPlot. setChartPlotMethod(ChartPlotMethod value)Set chart plot methodvoidSeriesLegend. setPlotMethod(ChartPlotMethod value)Set plot methodConstructors in org.meteoinfo.chart.plot with parameters of type ChartPlotMethod Constructor Description XY1DPlot(boolean isTime, ChartPlotMethod cpMethod, XYDataset dateset)Constructor
-