public static enum ScatterChartBase.PropertyKeys extends Enum<ScatterChartBase.PropertyKeys>
Enum Constant and Description |
---|
model |
style |
styleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static ScatterChartBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterChartBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScatterChartBase.PropertyKeys widgetVar
public static final ScatterChartBase.PropertyKeys model
public static final ScatterChartBase.PropertyKeys style
public static final ScatterChartBase.PropertyKeys styleClass
public static ScatterChartBase.PropertyKeys[] values()
for (ScatterChartBase.PropertyKeys c : ScatterChartBase.PropertyKeys.values()) System.out.println(c);
public static ScatterChartBase.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.