| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart.plot |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
PlotType |
AbstractPlot2D.getPlotType() |
|
PlotType |
CategoryPlot.getPlotType() |
|
PlotType |
MapPlot.getPlotType() |
|
abstract PlotType |
Plot.getPlotType() |
Get plot type
|
PlotType |
Plot3D.getPlotType() |
|
PlotType |
XY1DPlot.getPlotType() |
|
static PlotType |
PlotType.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static PlotType[] |
PlotType.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2019. All rights reserved.