|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--image
All image representations extend image. All image representations explicitly store the width and height of the image and the image itself can always be converted to an array of integers.
Field Summary | |
protected int |
height
The height of the image. |
protected int |
width
The width of the image. |
Constructor Summary | |
image()
|
Method Summary | |
int |
getHeight()
Returns the height of the image in pixels. |
abstract int[] |
getValues()
All image representations define this abstract method to enable any image to be converted to an integer array. |
int |
getWidth()
Returns the width of the image in pixels. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int width
protected int height
Constructor Detail |
public image()
Method Detail |
public int getWidth()
public int getHeight()
public abstract int[] getValues()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |