Package | Description |
---|---|
org.geotools.tile |
Modifier and Type | Method and Description |
---|---|
Tile.ScreenState |
Tile.getScreenState()
Sets if the tile is on screen or not.
|
static Tile.ScreenState |
Tile.ScreenState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tile.ScreenState[] |
Tile.ScreenState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Tile.setScreenState(Tile.ScreenState newState)
Sets the screen state.
|
Copyright © 1996–2019 Geotools. All rights reserved.