public abstract class ImageDataAbstract extends java.lang.Object implements ImageData
| Constructor and Description |
|---|
ImageDataAbstract(int width,
int height) |
ImageDataAbstract(XDimension2D dim) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Height in pixel of the image.
|
int |
getStatus() |
int |
getWidth()
Width in pixel of the image.
|
void |
setStatus(int status) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsCMapData, getCMapData, getRootCause, getWarningOrErrorpublic ImageDataAbstract(int width,
int height)
public ImageDataAbstract(XDimension2D dim)