|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Image is the interface for ColorImage, ComplexImage, ConvertSignal, DiscreteSignal
In addition, all typed Image classes must support the following typed methods: get set clear ...
jigl.image.Image| Method Summary | |
Image |
copy()
Returns a deep copy of an image |
Image |
copy(ROI r)
Method declaration |
java.awt.image.ImageProducer |
getJavaImage()
Turns this image into a Java Image (java.awt.Image). |
java.lang.String |
toString()
Returns a string representation of an image |
int |
X()
Returns the width of the image |
int |
Y()
Returns the height of the image |
| Method Detail |
public int X()
public int Y()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.awt.image.ImageProducer getJavaImage()
java.awt.ImageProducerpublic Image copy()
public Image copy(ROI r)
r -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||