public enum AxisPlotType extends java.lang.Enum<AxisPlotType>
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getAxisType() |
static java.lang.String |
getDiffAxisGlyphIndexKey4Series(AxisPlotType axisPlotType,
boolean isXAxis) |
static java.lang.String |
getDiffAxisGlyphKey(AxisPlotType axisPlotType,
boolean isXAxis) |
static boolean |
isDiffAxis(AxisPlotType axisPlotType) |
static AxisPlotType |
parse(java.lang.String p)
将字符串转换成枚举类型
|
static AxisPlotType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static AxisPlotType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final AxisPlotType RECTANGLE
public static final AxisPlotType POLAR
public static final AxisPlotType GAUGE
public static final AxisPlotType NONE
public static AxisPlotType[] values()
for (AxisPlotType c : AxisPlotType.values()) System.out.println(c);
public static AxisPlotType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public java.lang.String getAxisType()
public static java.lang.String getDiffAxisGlyphKey(AxisPlotType axisPlotType, boolean isXAxis)
public static java.lang.String getDiffAxisGlyphIndexKey4Series(AxisPlotType axisPlotType, boolean isXAxis)
public static boolean isDiffAxis(AxisPlotType axisPlotType)
public static AxisPlotType parse(java.lang.String p)
p
- 待转换的整数