Uses of Enum Class
org.geotools.tile.Tile.ScreenState
Packages that use Tile.ScreenState
-
Uses of Tile.ScreenState in org.geotools.tile
Methods in org.geotools.tile that return Tile.ScreenStateModifier and TypeMethodDescriptionTile.getScreenState()
Sets if the tile is on screen or not.static Tile.ScreenState
Returns the enum constant of this class with the specified name.static Tile.ScreenState[]
Tile.ScreenState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.tile with parameters of type Tile.ScreenStateModifier and TypeMethodDescriptionvoid
Tile.setScreenState
(Tile.ScreenState newState) Sets the screen state.