Image
defines a data format for a graphical image. The image is defined by a format, a height and width, and the image data. The width and height must be greater than 0. The data is contained in a byte buffer, and should be packed before creation of the image object.
@author Mark Powell
@author Joshua Slack
@version $Id: Image.java 4131 2009-03-19 20:15:28Z blaine.dev $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|