scenic
Class ImageInfo

java.lang.Object
  extended by scenic.ImageInfo

public class ImageInfo
extends java.lang.Object

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

width

public int width

height

public int height

format

public int format

data

public byte[] data
Constructor Detail

ImageInfo

public ImageInfo()