| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart | |
| org.meteoinfo.layout | |
| org.meteoinfo.plot |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Chart |
ChartPanel.getChart() |
Get chart
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
ChartPanel.setChart(Chart value) |
Set chart
|
| 构造器 | 说明 |
|---|---|
ChartPanel(Chart chart) |
Constructor
|
ChartPanel(Chart chart,
int width,
int height) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Chart |
LayoutChart.getChart() |
Get chart
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
LayoutChart.setChart(Chart value) |
Set chart
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Chart |
PlotUtil.createScatterPlot(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
Create scatter plot
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
PlotUtil.exportToPicture(String fileName,
Chart chart,
int width,
int height) |
Save chart as PNG image file
|
Copyright © 2019. All rights reserved.