protected static enum UISeries.Properties extends Enum<UISeries.Properties>
Enum Constant and Description |
---|
color |
data |
label |
onplotclick |
onplothover |
plotClickListener |
symbol |
type |
Modifier and Type | Method and Description |
---|---|
static UISeries.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UISeries.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UISeries.Properties color
public static final UISeries.Properties data
public static final UISeries.Properties label
public static final UISeries.Properties onplotclick
public static final UISeries.Properties onplothover
public static final UISeries.Properties plotClickListener
public static final UISeries.Properties symbol
public static final UISeries.Properties type
public static UISeries.Properties[] values()
for (UISeries.Properties c : UISeries.Properties.values()) System.out.println(c);
public static UISeries.Properties 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 © 2016 JBoss by Red Hat. All Rights Reserved.