|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageView
The image view interface for displaying image object
| Field Summary |
|---|
| Fields inherited from interface ncsa.hdf.view.DataView |
|---|
DATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_TEXT, DATAVIEW_UNKNOWN |
| Method Summary | |
|---|---|
java.awt.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 |
java.awt.Rectangle |
getSelectedArea()
returns the selected area of the image |
java.lang.Object |
getSelectedData()
returns array of selected data |
boolean |
isPlaneInterlace()
|
boolean |
isTrueColor()
|
void |
setImage(java.awt.Image img)
sets the image |
void |
setPalette(byte[][] palette)
sets the image palette |
| Methods inherited from interface ncsa.hdf.view.DataView |
|---|
dispose, getDataObject |
| Method Detail |
|---|
java.awt.Rectangle getSelectedArea()
boolean isTrueColor()
boolean isPlaneInterlace()
java.lang.Object getSelectedData()
java.awt.Image getImage()
void setImage(java.awt.Image img)
byte[][] getPalette()
void setPalette(byte[][] palette)
byte[] getImageByteData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||