Uses of Class
org.geotools.tile.Tile.ScreenState
-
Packages that use Tile.ScreenState Package Description org.geotools.tile -
-
Uses of Tile.ScreenState in org.geotools.tile
Methods in org.geotools.tile that return Tile.ScreenState Modifier and Type Method 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.Methods in org.geotools.tile with parameters of type Tile.ScreenState Modifier and Type Method Description void
Tile. setScreenState(Tile.ScreenState newState)
Sets the screen state.
-