public static enum MWOverlay.LayerType extends java.lang.Enum<MWOverlay.LayerType>
Enum Constant and Description |
---|
LT_GRADIENT |
LT_LINE |
LT_LOCATION |
LT_VIEWFINDER |
LT_VIEWPORT |
Modifier and Type | Method and Description |
---|---|
static MWOverlay.LayerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MWOverlay.LayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MWOverlay.LayerType LT_VIEWPORT
public static final MWOverlay.LayerType LT_LINE
public static final MWOverlay.LayerType LT_LOCATION
public static final MWOverlay.LayerType LT_VIEWFINDER
public static final MWOverlay.LayerType LT_GRADIENT
public static MWOverlay.LayerType[] values()
for (MWOverlay.LayerType c : MWOverlay.LayerType.values()) System.out.println(c);
public static MWOverlay.LayerType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null