Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ImageBuffer Class Reference

List of all members.

Public Methods

 ImageBuffer (int[] pixels, int w, int h)
 ImageBuffer (Image img, int w, int h)
int[] getPixels ()
int getWidth ()
int getHeight ()
void fill (int[] pixels, int width, int height)
void fill (Image img, int width, int height)
Image toImage ()
int getPixelIntValue (int x, int y)
int[] getPixelARGBValue (int x, int y)

Constructor & Destructor Documentation

ImageBuffer::ImageBuffer int    pixels[],
int    w,
int    h
[inline]
 

ImageBuffer::ImageBuffer Image    img,
int    w,
int    h
[inline]
 


Member Function Documentation

int [] ImageBuffer::getPixels   [inline]
 

int ImageBuffer::getWidth   [inline]
 

int ImageBuffer::getHeight   [inline]
 

void ImageBuffer::fill int    pixels[],
int    width,
int    height
[inline]
 

void ImageBuffer::fill Image    img,
int    width,
int    height
[inline]
 

Image ImageBuffer::toImage   [inline]
 

int ImageBuffer::getPixelIntValue int    x,
int    y
[inline]
 

int [] ImageBuffer::getPixelARGBValue int    x,
int    y
[inline]
 


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:25 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001