Uses of Class
org.geotools.tile.Tile.RenderState
- 
Packages that use Tile.RenderState Package Description org.geotools.tile 
- 
- 
Uses of Tile.RenderState in org.geotools.tileMethods in org.geotools.tile that return Tile.RenderState Modifier and Type Method Description Tile.RenderStateTile. getRenderState()Gets the state of the tiled image.static Tile.RenderStateTile.RenderState. valueOf(String name)Returns the enum constant of this type with the specified name.static Tile.RenderState[]Tile.RenderState. 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.RenderState Modifier and Type Method Description voidTile. setRenderState(Tile.RenderState newState)Sets the state of the tiles image.
 
-