Uses of Class
org.eclipse.swt.graphics.ImageLoader
Packages that use ImageLoader
-
Uses of ImageLoader in org.eclipse.swt.graphics
Constructors in org.eclipse.swt.graphics with parameters of type ImageLoaderModifierConstructorDescriptionImageLoaderEvent
(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. -
Uses of ImageLoader in org.eclipse.swt.internal.image
Methods in org.eclipse.swt.internal.image with parameters of type ImageLoaderModifier and TypeMethodDescriptionstatic 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.