public static enum HistogramPane.Grouping extends Enum<HistogramPane.Grouping>
| Enum Constant and Description |
|---|
BY_CLASS |
BY_CLASSLOADER |
BY_PACKAGE |
BY_SUPERCLASS |
| Modifier and Type | Method and Description |
|---|---|
URL |
getIcon() |
String |
toString() |
static HistogramPane.Grouping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramPane.Grouping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistogramPane.Grouping BY_CLASS
public static final HistogramPane.Grouping BY_SUPERCLASS
public static final HistogramPane.Grouping BY_CLASSLOADER
public static final HistogramPane.Grouping BY_PACKAGE
public static HistogramPane.Grouping[] values()
for (HistogramPane.Grouping c : HistogramPane.Grouping.values()) System.out.println(c);
public static HistogramPane.Grouping 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 nullpublic URL getIcon()
public String toString()
toString in class Enum<HistogramPane.Grouping>