public static enum ChartSettingModel.EventType extends java.lang.Enum<ChartSettingModel.EventType>
| Enum Constant and Description |
|---|
RENDERER_CHANGED |
SERIES_COLOR_CHANGED |
SERIES_LABEL_CHANGED |
SERIES_LINE_WIDTH_CHANGED |
TIME_FORMAT_CHANGED |
TITLE_CHANGED |
X_AXIS_LABEL_CHANGED |
Y_AXIS_LABEL_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static ChartSettingModel.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartSettingModel.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartSettingModel.EventType TITLE_CHANGED
public static final ChartSettingModel.EventType X_AXIS_LABEL_CHANGED
public static final ChartSettingModel.EventType Y_AXIS_LABEL_CHANGED
public static final ChartSettingModel.EventType RENDERER_CHANGED
public static final ChartSettingModel.EventType TIME_FORMAT_CHANGED
public static final ChartSettingModel.EventType SERIES_LABEL_CHANGED
public static final ChartSettingModel.EventType SERIES_COLOR_CHANGED
public static final ChartSettingModel.EventType SERIES_LINE_WIDTH_CHANGED
public static ChartSettingModel.EventType[] values()
for (ChartSettingModel.EventType c : ChartSettingModel.EventType.values()) System.out.println(c);
public static ChartSettingModel.EventType 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