Uses of Class
org.geotools.renderer.label.LabelCacheItem.GraphicResize
-
Packages that use LabelCacheItem.GraphicResize Package Description org.geotools.renderer.label -
-
Uses of LabelCacheItem.GraphicResize in org.geotools.renderer.label
Methods in org.geotools.renderer.label that return LabelCacheItem.GraphicResize Modifier and Type Method Description LabelCacheItem.GraphicResize
LabelCacheItem. getGraphicsResize()
static LabelCacheItem.GraphicResize
LabelCacheItem.GraphicResize. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelCacheItem.GraphicResize[]
LabelCacheItem.GraphicResize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.renderer.label with parameters of type LabelCacheItem.GraphicResize Modifier and Type Method Description void
LabelCacheItem. setGraphicsResize(LabelCacheItem.GraphicResize graphicsResize)
-