| 程序包 | 说明 |
|---|---|
| com.fr.plugin.chart.attr.axis | |
| com.fr.plugin.chart.glyph.axis | |
| com.fr.plugin.chart.type |
| 限定符和类型 | 方法和说明 |
|---|---|
AxisType |
VanChartValueAxis.getAxisType() |
AxisType |
VanChartTimeAxis.getAxisType() |
AxisType |
VanChartAxis.getAxisType() |
| 限定符和类型 | 方法和说明 |
|---|---|
AxisType |
VanChartBaseAxisGlyph.getVanAxisType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VanChartBaseAxisGlyph.setVanAxisType(AxisType axisType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AxisType |
AxisType.parse(java.lang.String p)
将字符串转换成枚举类型
|
static AxisType |
AxisType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static AxisType[] |
AxisType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|