| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart | |
| org.meteoinfo.chart.plot |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Plot |
Chart.findPlot(int x,
int y) |
Find a plot by point
|
Plot |
Chart.getCurrentPlot() |
Get current plot
|
Plot |
Chart.getPlot() |
Get the first plot
|
Plot |
Chart.getPlot(int plotIdx) |
Get plot by plot index
|
Plot |
ChartPanel.selPlot(int x,
int y) |
Select a plot by point
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<Plot> |
Chart.getPlots() |
Get plot
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Chart.addPlot(Plot plot) |
Add a plot
|
int |
Chart.getPlotIndex(Plot plot) |
Get plot index
|
void |
Chart.removePlot(Plot plot) |
Remove a plot
|
void |
Chart.setCurrentPlot(Plot value) |
Set current plot
|
void |
Chart.setPlot(Plot plot) |
Set plot
|
| 构造器 | 说明 |
|---|---|
Chart(String title,
Plot plot) |
Constructor
|
Chart(String title,
Plot plot,
ChartPanel parent) |
Constructor
|
Chart(Plot plot) |
Constructor
|
Chart(Plot plot,
ChartPanel parent) |
Constructor
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
AbstractPlot2D |
|
class |
CategoryPlot |
|
class |
MapPlot |
|
class |
PiePlot |
|
class |
Plot2D |
|
class |
Plot3D |
|
class |
PolarPlot |
|
class |
XY1DPlot |
Copyright © 2019. All rights reserved.