public static enum Tile.ScreenState extends Enum<Tile.ScreenState>
Modifier and Type | Method and Description |
---|---|
static Tile.ScreenState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tile.ScreenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tile.ScreenState ONSCREEN
public static final Tile.ScreenState OFFSCREEN
public static Tile.ScreenState[] values()
for (Tile.ScreenState c : Tile.ScreenState.values()) System.out.println(c);
public static Tile.ScreenState 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 © 1996–2019 Geotools. All rights reserved.