private static enum GPiePlot.LabelType extends Enum<GPiePlot.LabelType>
| Modifier and Type | Method and Description |
|---|---|
static GPiePlot.LabelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPiePlot.LabelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPiePlot.LabelType NAME
public static final GPiePlot.LabelType VALUE
public static final GPiePlot.LabelType PERCENT
private String value
public static GPiePlot.LabelType[] values()
for (GPiePlot.LabelType c : GPiePlot.LabelType.values()) System.out.println(c);
public static GPiePlot.LabelType 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 2014-2017, Xavier Witdouck