MemoryImageSource.MemoryImageSource

MemoryImageSource.MemoryImageSource

Class Overview | Class Members | This Package | All Packages

Syntax 1
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



Syntax 2
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



Syntax 3
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



Syntax 4
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



Syntax 5
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



Syntax 6
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