Package skyview.survey
Class CachingImageFactory
- java.lang.Object
-
- skyview.survey.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
-
Constructor Summary
Constructors Constructor Description CachingImageFactory()
-
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 spellstatic java.lang.String
getCachedFileName(java.lang.String file)
static java.lang.String
getSurveySubdir()
-
-
-
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 interfaceImageFactory
-
getSurveySubdir
public static java.lang.String getSurveySubdir()
-
getCachedFileName
public static java.lang.String getCachedFileName(java.lang.String file)
-
-