|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjjil.core.Image
jjil.core.Gray32Image
public class Gray32Image
Gray32Image is the image type used to store a 32-bit integer image.
| Constructor Summary | |
|---|---|
Gray32Image(int cWidth,
int cHeight)
Creates a new instance of Gray32Image |
|
Gray32Image(int cWidth,
int cHeight,
int nValue)
Creates a new instance of Gray32Image, assigning a constant value. |
|
| Method Summary | |
|---|---|
Image |
clone()
Copy this image |
int[] |
getData()
Return a pointer to the image data. |
java.lang.String |
toString()
Return a string describing the image. |
| Methods inherited from class jjil.core.Image |
|---|
getHeight, getWidth |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Gray32Image(int cWidth,
int cHeight)
cWidth - Width of the image (columns).cHeight - Height of the image (rows)
public Gray32Image(int cWidth,
int cHeight,
int nValue)
cWidth - Width of the image (columns).cHeight - Height of the image (rows)nValue - constant value to be assigned to the image| Method Detail |
|---|
public Image clone()
clone in class Imagepublic int[] getData()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||