public interface ProcessImageData extends PluginDataContainer, UserAttributeContainer, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,Rectangle> |
getDataElementArea()
Gets the areas in pixels where the data elements are located in the image.
|
byte[] |
getImage()
Gets the binary data of the image represented as the appropriate
image type.
|
Rectangle |
getImageSize()
Gets the size of the image in pixels.
|
java.util.Map<java.lang.Integer,Rectangle> |
getNodeArea()
Gets the areas in pixels where the nodes are located in the image.
|
java.lang.String |
getType()
Gets the type of the image which is provided as
byte[]. |
getPluginData, getPluginDatas, getSupportedPluginsgetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuestatic final long serialVersionUID
java.lang.String getType()
byte[].byte[].ImageTypesbyte[] getImage()
Rectangle getImageSize()
java.util.Map<java.lang.Integer,Rectangle> getNodeArea()
java.util.Map<java.lang.Integer,Rectangle> getDataElementArea()