public class IOGraphicImageFactory extends AbstractGraphicImageFactory
extensionsREGISTRY_CLASSIFICATIONCOMPARATOR, NOPRIORITY| Constructor and Description |
|---|
IOGraphicImageFactory() |
| 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)