|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--picturedream.implementation.PictureData
| Field Summary | |
private int |
ivHeight
the picture height |
private int[] |
ivPicture
the picture data, 32 bit, argb |
private int |
ivWidth
the picture width |
| Constructor Summary | |
PictureData()
Creates a new instance of PictureData |
|
| Method Summary | |
void |
fill(int value)
fill the data array |
int[] |
getData()
|
int |
getHeight()
returns the picture height |
int |
getWidth()
returns the picture width |
void |
rubbish()
|
void |
setData(int[] ivPic,
int width,
int height)
|
void |
setDimension(int width,
int height)
creae new Picture array |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int[] ivPicture
private int ivWidth
private int ivHeight
| Constructor Detail |
public PictureData()
| Method Detail |
public int[] getData()
public int getWidth()
public int getHeight()
public void setData(int[] ivPic,
int width,
int height)
public void setDimension(int width,
int height)
public void fill(int value)
public void rubbish()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||