Class CachingImageFactory

  • All Implemented Interfaces:
    ImageFactory

    public class CachingImageFactory
    extends java.lang.Object
    implements ImageFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DFT_CACHE  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Image factory​(java.lang.String spell)
      Create an image given the appropriate spell
      static java.lang.String getCachedFileName​(java.lang.String file)  
      static java.lang.String getSurveySubdir()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DFT_CACHE

        public static final java.lang.String DFT_CACHE
    • Constructor Detail

      • CachingImageFactory

        public CachingImageFactory()
    • Method Detail

      • factory

        public Image factory​(java.lang.String spell)
        Description copied from interface: ImageFactory
        Create an image given the appropriate spell
        Specified by:
        factory in interface ImageFactory
      • getSurveySubdir

        public static java.lang.String getSurveySubdir()
      • getCachedFileName

        public static java.lang.String getCachedFileName​(java.lang.String file)