|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Image is the interface for BinaryImage, GrayImage, RealGrayImage, ColorImage, RealColorImage, ComplexImage.
In addition, all typed Image classes must support the following typed methods: get set clear ...
| Method Summary | |
Image |
copy()
Returns a deep copy of an image |
Image |
copy(ROI r)
Returns a deep copy of the specified region of interest of the image. |
ImageProducer |
getJavaImage()
Turns this image into a Java Image (java.awt.Image). |
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 String toString()
toString in class Objectpublic ImageProducer getJavaImage()
ImageProducerpublic Image copy()
public Image copy(ROI r)
r - region of interest of the image.
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||