Enum Constant and Description |
---|
attribution
Deprecated.
|
scale
Deprecated.
|
zoom
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Control |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Control[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Control zoom
public static final Control attribution
public static final Control scale
public static Control[] values()
for (Control c : Control.values()) System.out.println(c);
public static Control 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