| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart.plot | |
| org.meteoinfo.data | |
| org.meteoinfo.plot |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
XYDataset |
XY1DPlot.getDataset() |
| 构造器 | 说明 |
|---|---|
XY1DPlot(boolean isTime,
ChartPlotMethod cpMethod,
XYDataset dateset) |
Constructor
|
XY1DPlot(boolean isTime,
PlotOrientation orientation,
XYDataset dateset) |
Constructor
|
XY1DPlot(boolean isTime,
XYDataset dateset) |
Constructor
|
XY1DPlot(PlotOrientation orientation,
XYDataset dateset) |
Constructor
|
XY1DPlot(XYDataset dateset) |
Constructor
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
XYArrayDataset |
|
class |
XYListDataset |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static XYDataset |
PlotUtil.getXYDataset(StationData xdata,
StationData ydata,
String seriesKey) |
Get XYDataset from two StationData
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Chart |
PlotUtil.createScatterPlot(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
Create scatter plot
|
Copyright © 2019. All rights reserved.