public static enum Graticule.TextLocation extends Enum<Graticule.TextLocation>
Enum Constant and Description |
---|
BOTTOM |
EAST |
LEFT |
NORTH |
RIGHT |
SOUTH |
TOP |
WEST |
Modifier and Type | Method and Description |
---|---|
static Graticule.TextLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Graticule.TextLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Graticule.TextLocation NORTH
public static final Graticule.TextLocation SOUTH
public static final Graticule.TextLocation WEST
public static final Graticule.TextLocation EAST
public static final Graticule.TextLocation TOP
public static final Graticule.TextLocation BOTTOM
public static final Graticule.TextLocation LEFT
public static final Graticule.TextLocation RIGHT
public static Graticule.TextLocation[] values()
for (Graticule.TextLocation c : Graticule.TextLocation.values()) System.out.println(c);
public static Graticule.TextLocation 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–2022 European Space Agency (ESA). All rights reserved.