Package org.geotools.renderer.style
Interface GraphicCache
-
- All Superinterfaces:
ExternalGraphicFactory
- All Known Implementing Classes:
ImageGraphicFactory
,SpriteGraphicFactory
,SVGGraphicFactory
public interface GraphicCache extends ExternalGraphicFactory
Interface forExternalGraphicFactory
andMarkFactory
implementations that cache graphics. This interface allows hosting applications to clean up any cached content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearCache()
Clear the graphic cache.-
Methods inherited from interface ExternalGraphicFactory
getIcon
-
-