Class CachingImageFactory

java.lang.Object
skyview.survey.CachingImageFactory
All Implemented Interfaces:
ImageFactory

public class CachingImageFactory extends Object implements ImageFactory
  • Field Details

    • DFT_CACHE

      public static final String DFT_CACHE
  • Constructor Details

    • CachingImageFactory

      public CachingImageFactory()
  • Method Details

    • factory

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

      public static String getSurveySubdir()
    • getCachedFileName

      public static String getCachedFileName(String file)