Uses of Class
org.meteoinfo.chart.plot.Plot
-
Packages that use Plot Package Description org.meteoinfo.chart org.meteoinfo.chart.plot -
-
Uses of Plot in org.meteoinfo.chart
Methods in org.meteoinfo.chart that return Plot Modifier and Type Method Description PlotChart. findPlot(int x, int y)Find a plot by pointPlotChart. getCurrentPlot()Get current plotPlotChart. getPlot()Get the first plotPlotChart. getPlot(int plotIdx)Get plot by plot indexPlotChartPanel. selPlot(int x, int y)Select a plot by pointMethods in org.meteoinfo.chart that return types with arguments of type Plot Modifier and Type Method Description java.util.List<Plot>Chart. getPlots()Get plotMethods in org.meteoinfo.chart with parameters of type Plot Modifier and Type Method Description voidChart. addPlot(Plot plot)Add a plotintChart. getPlotIndex(Plot plot)Get plot indexvoidChart. removePlot(Plot plot)Remove a plotvoidChart. setCurrentPlot(Plot value)Set current plotvoidChart. setPlot(Plot plot)Set plotConstructors in org.meteoinfo.chart with parameters of type Plot Constructor Description Chart(java.lang.String title, Plot plot)ConstructorChart(java.lang.String title, Plot plot, ChartPanel parent)ConstructorChart(Plot plot)ConstructorChart(Plot plot, ChartPanel parent)Constructor -
Uses of Plot in org.meteoinfo.chart.plot
Subclasses of Plot in org.meteoinfo.chart.plot Modifier and Type Class Description classAbstractPlot2DclassCategoryPlotclassMapPlotclassPiePlotclassPlot2DclassPlot3DclassPolarPlotclassXY1DPlot
-