public static enum Plot.LegendType extends Enum<Plot.LegendType>
Enum Constant and Description |
---|
BOX_HORIZONTAL |
BOX_VERTICAL |
NOBOX_HORIZONTAL |
NOBOX_VERTICAL |
NONE |
Modifier and Type | Method and Description |
---|---|
static String[] |
getDescriptions()
Gets an array of string descriptions - one for each enum value.
|
static String[] |
getStringValues()
Get string values for the enum values.
|
static Plot.LegendType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plot.LegendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plot.LegendType NONE
public static final Plot.LegendType BOX_VERTICAL
public static final Plot.LegendType BOX_HORIZONTAL
public static final Plot.LegendType NOBOX_VERTICAL
public static final Plot.LegendType NOBOX_HORIZONTAL
public static Plot.LegendType[] values()
for (Plot.LegendType c : Plot.LegendType.values()) System.out.println(c);
public static Plot.LegendType 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 static String[] getDescriptions()
public static String[] getStringValues()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.