Package | Description |
---|---|
org.eclipse.swt.graphics | |
org.eclipse.swt.internal.image |
Constructor and Description |
---|
ImageLoaderEvent(ImageLoader source,
ImageData imageData,
int incrementCount,
boolean endOfImage)
Constructs a new instance of this class given the event source and
the values to store in its fields.
|
Modifier and Type | Method and Description |
---|---|
static ImageData[] |
FileFormat.load(InputStream is,
ImageLoader loader)
Read the specified input stream using the specified loader, and
return the device independent image array represented by the stream.
|
static void |
FileFormat.save(OutputStream os,
int format,
ImageLoader loader)
Write the device independent image array stored in the specified loader
to the specified output stream using the specified file format.
|
void |
FileFormat.unloadIntoStream(ImageLoader loader,
org.eclipse.swt.internal.image.LEDataOutputStream stream)
Write the device independent image array stored in the specified loader
to the specified output stream.
|
Copyright © 2017. All Rights Reserved.