public static enum AbstractChartLegend.SortingType extends Enum<AbstractChartLegend.SortingType>
| Enum Constant and Description |
|---|
ascending |
descending |
reverse |
| Modifier and Type | Method and Description |
|---|---|
static AbstractChartLegend.SortingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChartLegend.SortingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractChartLegend.SortingType ascending
public static final AbstractChartLegend.SortingType descending
public static final AbstractChartLegend.SortingType reverse
public static AbstractChartLegend.SortingType[] values()
for (AbstractChartLegend.SortingType c : AbstractChartLegend.SortingType.values()) System.out.println(c);
public static AbstractChartLegend.SortingType 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 JBoss by Red Hat. All Rights Reserved.