| 限定符和类型 | 方法和说明 |
|---|---|
static Chart |
AreaIndependentVanChart.createVanChartArea(VanChartPlotType vanChartPlotType) |
| 构造器和说明 |
|---|
VanChartAreaPlot(VanChartPlotType vanChartPlotType) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected VanChartPlotType |
VanChartRectanglePlot.vanChartPlotType |
| 限定符和类型 | 方法和说明 |
|---|---|
VanChartPlotType |
VanChartRectanglePlot.getVanChartPlotType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VanChartRectanglePlot.setVanChartPlotType(VanChartPlotType vanChartPlotType) |
| 构造器和说明 |
|---|
VanChartRectanglePlot(VanChartPlotType vanChartPlotType) |
| 构造器和说明 |
|---|
VanChartBubblePlot(VanChartPlotType vanChartPlotType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Chart |
ColumnIndependentVanChart.createVanChartColumn(VanChartPlotType vanChartPlotType) |
| 构造器和说明 |
|---|
VanChartColumnPlot(boolean isBar,
VanChartPlotType vanChartPlotType) |
VanChartColumnPlot(VanChartPlotType vanChartPlotType) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected VanChartPlotType |
VanChartRectanglePlotGlyph.vanChartPlotType |
| 限定符和类型 | 方法和说明 |
|---|---|
VanChartPlotType |
VanChartRectanglePlotGlyph.getVanChartPlotType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VanChartRectanglePlotGlyph.setVanChartPlotType(VanChartPlotType vanChartPlotType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Chart |
LineIndependentVanChart.createVanChartLine(VanChartPlotType vanChartPlotType) |
| 构造器和说明 |
|---|
VanChartLinePlot(VanChartPlotType vanChartPlotType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Chart |
RadarIndependentVanChart.createVanChartRadar(VanChartPlotType plotType) |
| 构造器和说明 |
|---|
VanChartRadarPlot(VanChartPlotType vanChartPlotType) |
| 构造器和说明 |
|---|
VanChartScatterPlot(VanChartPlotType plotType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static VanChartPlotType |
VanChartPlotType.parse(java.lang.String type) |
static VanChartPlotType |
VanChartPlotType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static VanChartPlotType[] |
VanChartPlotType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|