public abstract class JaiImageHandler extends Object implements ImageHandler
APP, COMMAND, ETL_DRIVER, FORMATTER, IDE_NODE, NO_RANK, WIDGET| Constructor and Description |
|---|
JaiImageHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ExtensionModule ext) |
ByteArrayInputStream |
getBufferedStream(InputStream inputStream)
Gets the buffered ByteArrayInputStream from the inputStream.
|
String |
getConfigFileName()
Gets the path to the configuration file for the module.
|
int |
getExtensionRank()
Gets the extension rank.
|
String |
getIconPath()
Gets the full path to the icon file.
|
ImageReader |
getImageReader(String imageType)
Gets the image reader bases on the image type.
|
String |
getLocalUnitClassPath()
If extension module is a "local" it must return the path to it's corresponding Unit.
|
String |
getType()
Gets the type of the extension module.
|
String |
getXmlConfigFileName()
Gets the path to the xml configuration file for the module.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadImagegetDisplayName, getLicensePropertyName, getVendor, getVersionpublic int compareTo(ExtensionModule ext)
compareTo in interface Comparable<ExtensionModule>public ByteArrayInputStream getBufferedStream(InputStream inputStream)
inputStream - the input streampublic String getConfigFileName()
ExtensionModulegetConfigFileName in interface ExtensionModulepublic int getExtensionRank()
ExtensionModulegetExtensionRank in interface ExtensionModulepublic String getIconPath()
ExtensionModulegetIconPath in interface ExtensionModulepublic ImageReader getImageReader(String imageType)
imageType - the image typepublic String getLocalUnitClassPath()
ExtensionModulegetLocalUnitClassPath in interface ExtensionModuleUnitpublic String getType()
ExtensionModulegetType in interface ExtensionModulepublic String getXmlConfigFileName()
ExtensionModulegetXmlConfigFileName in interface ExtensionModuleCopyright © 2010-2020 Toolsverse. All Rights Reserved.