public interface ImageView extends DataView
DATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_TEXT, DATAVIEW_UNKNOWN
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
returns the image displayed in this imageView
|
byte[] |
getImageByteData()
returns the byte array of the image data
|
byte[][] |
getPalette()
returns the palette of the image
|
Rectangle |
getSelectedArea()
returns the selected area of the image
|
Object |
getSelectedData()
returns array of selected data
|
boolean |
isPlaneInterlace() |
boolean |
isTrueColor() |
void |
setImage(Image img)
sets the image
|
void |
setPalette(byte[][] palette)
sets the image palette
|
dispose, getDataObject
Rectangle getSelectedArea()
boolean isTrueColor()
boolean isPlaneInterlace()
Object getSelectedData()
byte[][] getPalette()
void setPalette(byte[][] palette)
byte[] getImageByteData()
Copyright © 2015. All Rights Reserved.