Package skyview.survey
Class CachingImageFactory
- java.lang.Object
-
- skyview.survey.CachingImageFactory
-
- All Implemented Interfaces:
ImageFactory
public class CachingImageFactory extends Object implements ImageFactory
-
-
Constructor Summary
Constructors Constructor Description CachingImageFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Imagefactory(String spell)Create an image given the appropriate spellstatic StringgetCachedFileName(String file)static StringgetSurveySubdir()
-
-
-
Field Detail
-
DFT_CACHE
public static final String DFT_CACHE
-
-
Method Detail
-
factory
public Image factory(String spell)
Description copied from interface:ImageFactoryCreate an image given the appropriate spell- Specified by:
factoryin interfaceImageFactory
-
getSurveySubdir
public static String getSurveySubdir()
-
-