public static enum Plot.LegendLocation extends Enum<Plot.LegendLocation>
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.LegendLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plot.LegendLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plot.LegendLocation TOP_LEFT_INSIDE
public static final Plot.LegendLocation TOP_CENTER_INSIDE
public static final Plot.LegendLocation TOP_RIGHT_INSIDE
public static final Plot.LegendLocation LEFT_INSIDE
public static final Plot.LegendLocation CENTER_INSIDE
public static final Plot.LegendLocation RIGHT_INSIDE
public static final Plot.LegendLocation BOTTOM_LEFT_INSIDE
public static final Plot.LegendLocation BOTTOM_CENTER_INSIDE
public static final Plot.LegendLocation BOTTOM_RIGHT_INSIDE
public static final Plot.LegendLocation TOP_LEFT_OUTSIDE
public static final Plot.LegendLocation TOP_CENTER_OUTSIDE
public static final Plot.LegendLocation TOP_RIGHT_OUTSIDE
public static final Plot.LegendLocation LEFT_OUTSIDE
public static final Plot.LegendLocation CENTER_OUTSIDE
public static final Plot.LegendLocation RIGHT_OUTSIDE
public static final Plot.LegendLocation BOTTOM_LEFT_OUTSIDE
public static final Plot.LegendLocation BOTTOM_CENTER_OUTSIDE
public static final Plot.LegendLocation BOTTOM_RIGHT_OUTSIDE
public static Plot.LegendLocation[] values()
for (Plot.LegendLocation c : Plot.LegendLocation.values()) System.out.println(c);
public static Plot.LegendLocation 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 © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.