Interface GraphicCache

All Superinterfaces:
ExternalGraphicFactory
All Known Implementing Classes:
ImageGraphicFactory, SpriteGraphicFactory, SVGGraphicFactory

public interface GraphicCache extends ExternalGraphicFactory
Interface for ExternalGraphicFactory and MarkFactory implementations that cache graphics. This interface allows hosting applications to clean up any cached content.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clear the graphic cache.

    Methods inherited from interface ExternalGraphicFactory

    getIcon
  • Method Details

    • clearCache

      void clearCache()
      Clear the graphic cache.