|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjjil.core.Image
public abstract class Image
Image is the fundamental abstract class for holding images. It is used for passing images between pipeline stages. The image dimensions are stored here; the image format and the actual image data are defined in the derived classes.
| Constructor Summary | |
|---|---|
Image(int cWidth,
int cHeight)
Creates a new instance of Image |
|
| Method Summary | |
|---|---|
abstract Image |
clone()
Makes a copy of the image |
int |
getHeight()
Returns the image height |
int |
getWidth()
Returns the image width |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Image(int cWidth,
int cHeight)
cWidth - the image widthcHeight - the image height| Method Detail |
|---|
public abstract Image clone()
clone in class java.lang.Objectpublic int getHeight()
public int getWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||