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 Image
factory(String spell)
Create an image given the appropriate spellstatic String
getCachedFileName(String file)
static String
getSurveySubdir()
-
-
-
Field Detail
-
DFT_CACHE
public static final String DFT_CACHE
-
-
Method Detail
-
factory
public Image factory(String spell)
Description copied from interface:ImageFactory
Create an image given the appropriate spell- Specified by:
factory
in interfaceImageFactory
-
getSurveySubdir
public static String getSurveySubdir()
-
-