|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: ncsa.hdf.view.ImageView
The image view interface for displaying image object
Company: National Computational Science Alliance
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 |
public java.awt.Rectangle getSelectedArea()
public boolean isTrueColor()
public boolean isPlaneInterlace()
public java.lang.Object getSelectedData()
public java.awt.Image getImage()
public void setImage(java.awt.Image img)
public byte[][] getPalette()
public void setPalette(byte[][] palette)
public byte[] getImageByteData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |