MemoryImageSource.MemoryImageSource
Class Overview | Class Members |
This Package |
All Packages
public MemoryImageSource( int w,
int h,
ColorModel cm,
byte pix[],
int off,
int scan )
Description
Constructs an ImageProducer object which uses an array of bytes
to produce data for an Image object.
See Also
createImage
public MemoryImageSource( int w,
int h,
ColorModel cm,
byte pix[],
int off,
int scan,
Hashtable props )
Description
Constructs an ImageProducer object which uses an array of bytes
to produce data for an Image object.
See Also
createImage
public MemoryImageSource( int w,
int h,
ColorModel cm,
int pix[],
int off,
int scan )
Description
Constructs an ImageProducer object which uses an array of integers
to produce data for an Image object.
See Also
createImage
public MemoryImageSource( int w,
int h,
ColorModel cm,
int pix[],
int off,
int scan,
Hashtable props )
Description
Constructs an ImageProducer object which uses an array of integers
to produce data for an Image object.
See Also
createImage
public MemoryImageSource( int w,
int h,
int pix[],
int off,
int scan )
Description
Constructs an ImageProducer object which uses an array of integers
in the default RGB ColorModel to produce data for an Image object.
See Also
createImage, getRGBdefault
public MemoryImageSource( int w,
int h,
int pix[],
int off,
int scan,
Hashtable props )
Description
Constructs an ImageProducer object which uses an array of integers
in the default RGB ColorModel to produce data for an Image object.
See Also
createImage, getRGBdefault