public static enum GlobalInfo.ChartRenderer extends java.lang.Enum<GlobalInfo.ChartRenderer>
| Enum Constant and Description |
|---|
Area_Renderer |
Line_and_Shape_Renderer |
Line_Renderer |
Step_Area_Renderer |
Step_Renderer |
| Modifier and Type | Method and Description |
|---|---|
static GlobalInfo.ChartRenderer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalInfo.ChartRenderer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalInfo.ChartRenderer Area_Renderer
public static final GlobalInfo.ChartRenderer Line_Renderer
public static final GlobalInfo.ChartRenderer Line_and_Shape_Renderer
public static final GlobalInfo.ChartRenderer Step_Renderer
public static final GlobalInfo.ChartRenderer Step_Area_Renderer
public static GlobalInfo.ChartRenderer[] values()
for (GlobalInfo.ChartRenderer c : GlobalInfo.ChartRenderer.values()) System.out.println(c);
public static GlobalInfo.ChartRenderer valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null