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.tileMethods in org.geotools.tile that return Tile.ScreenState Modifier and Type Method Description Tile.ScreenStateTile. getScreenState()Sets if the tile is on screen or not.static Tile.ScreenStateTile.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 voidTile. setScreenState(Tile.ScreenState newState)Sets the screen state.
 
-