public static enum PieChartPNode.PieChartLabelMode extends Enum<PieChartPNode.PieChartLabelMode>
Modifier and Type | Method and Description |
---|---|
static PieChartPNode.PieChartLabelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PieChartPNode.PieChartLabelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PieChartPNode.PieChartLabelMode None
public static final PieChartPNode.PieChartLabelMode Count
public static final PieChartPNode.PieChartLabelMode Percent
public static final PieChartPNode.PieChartLabelMode ClassName
public static PieChartPNode.PieChartLabelMode[] values()
for (PieChartPNode.PieChartLabelMode c : PieChartPNode.PieChartLabelMode.values()) System.out.println(c);
public static PieChartPNode.PieChartLabelMode 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 null