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