public class JAIGraphicImageFactory extends AbstractGraphicImageFactory
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.HashSet | 
extensions  | 
REGISTRY_CLASSIFICATIONCOMPARATOR, NOPRIORITY| Constructor and Description | 
|---|
JAIGraphicImageFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReferencedImage | 
createImage(java.lang.String location)  | 
java.lang.String | 
getTypeName()  | 
boolean | 
isAvailable(WorkbenchContext context)  | 
addExtension, addExtensions, getDescription, getExtensions, getPriority, isEditableImagepublic java.lang.String getTypeName()
getTypeName in interface ReferencedImageFactorygetTypeName in class AbstractGraphicImageFactorypublic ReferencedImage createImage(java.lang.String location) throws java.lang.Exception
createImage in interface ReferencedImageFactorycreateImage in class AbstractGraphicImageFactoryjava.lang.Exceptionpublic boolean isAvailable(WorkbenchContext context)
isAvailable in interface ReferencedImageFactoryisAvailable in class AbstractGraphicImageFactorycontext - can be null, depending on the implementation (e.g. not null for
          MrSid driver)