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