Uses of Enum Class
org.geotools.tile.Tile.RenderState
Packages that use Tile.RenderState
- 
Uses of Tile.RenderState in org.geotools.tile
Methods in org.geotools.tile that return Tile.RenderStateModifier and TypeMethodDescriptionTile.getRenderState()Gets the state of the tiled image.static Tile.RenderStateReturns the enum constant of this class with the specified name.static Tile.RenderState[]Tile.RenderState.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.RenderStateModifier and TypeMethodDescriptionvoidTile.setRenderState(Tile.RenderState newState) Sets the state of the tiles image.