|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscenic.ImageInfo
public class ImageInfo
This class contains the information of an image. This class is meant as an utility class for storing image information. ImageInfo objects can not be directly displayed. To display images use the Image class.
| Field Summary | |
|---|---|
byte[] |
data
|
int |
format
|
int |
height
|
int |
width
|
| Constructor Summary | |
|---|---|
ImageInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int width
public int height
public int format
public byte[] data
| Constructor Detail |
|---|
public ImageInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||