|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.instruments.Image
Describes a frame, that holds the informations to access an image
Constructor Summary | |
Image()
|
Method Summary | |
void |
addOverlay(Overlay o)
Images (poligons and text) can be overlaid onto the images |
void |
doOverlay(java.awt.Graphics g)
Images (poligons and text) can be overlaid onto the images. |
java.awt.image.ColorModel |
getColorModel()
|
abstract byte[] |
getData()
|
int |
getHeight()
|
int |
getOffset()
|
int |
getScansize()
|
abstract java.awt.Dimension |
getSize()
|
Image |
getSubImage(java.awt.Rectangle r)
Creates a new image, from a part of this. |
long |
getTimeStamp()
|
int |
getWidth()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Image()
Method Detail |
public int getWidth()
getWidth
in interface Dimensions
public int getHeight()
getHeight
in interface Dimensions
public abstract java.awt.Dimension getSize()
getSize
in interface Dimensions
public int getScansize()
public int getOffset()
public java.awt.image.ColorModel getColorModel()
public abstract byte[] getData()
public long getTimeStamp()
public void doOverlay(java.awt.Graphics g)
g
- the graphical environment on which we want to paintpublic void addOverlay(Overlay o)
o
- the objects that must be paint over the imagepublic Image getSubImage(java.awt.Rectangle r)
r
- the part that we want to extract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |