| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart.plot |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ChartPlotMethod |
XY1DPlot.getChartPlotMethod() |
Get chart plot method
|
ChartPlotMethod |
SeriesLegend.getPlotMethod() |
Get plot method
|
static ChartPlotMethod |
ChartPlotMethod.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static ChartPlotMethod[] |
ChartPlotMethod.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
XY1DPlot.setChartPlotMethod(ChartPlotMethod value) |
Set chart plot method
|
void |
SeriesLegend.setPlotMethod(ChartPlotMethod value) |
Set plot method
|
| 构造器 | 说明 |
|---|---|
XY1DPlot(boolean isTime,
ChartPlotMethod cpMethod,
XYDataset dateset) |
Constructor
|
Copyright © 2019. All rights reserved.