Uses of Class
org.eclipse.swt.graphics.ImageLoader
Packages that use ImageLoader
Package
Description
SWT graphics classes.
SWT internal classes
SWT internal image loading/saving support classes.
-
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
Methods in org.eclipse.swt.internal with parameters of type ImageLoaderModifier and TypeMethodDescriptionstatic ImageDataNativeImageLoader.load(InputStream streamAtZoom, ImageLoader imageLoader, int width, int height) static List<DPIUtil.ElementAtZoom<ImageData>> NativeImageLoader.load(DPIUtil.ElementAtZoom<InputStream> streamAtZoom, ImageLoader imageLoader, int targetZoom) static voidNativeImageLoader.save(OutputStream stream, int format, ImageLoader imageLoader) -
Uses of ImageLoader in org.eclipse.swt.internal.image
Fields in org.eclipse.swt.internal.image declared as ImageLoaderModifier and TypeFieldDescription(package private) ImageLoaderFileFormat.loader(package private) ImageLoaderLZWCodec.loader(package private) ImageLoaderPngEncoder.loader(package private) ImageLoaderTIFFDirectory.loaderMethods in org.eclipse.swt.internal.image with parameters of type ImageLoaderModifier and TypeMethodDescriptionvoidLZWCodec.decode(LEDataInputStream inputStream, ImageLoader loader, ImageData image, boolean interlaced, int depth) Decode the LZW-encoded bytes in the given byte stream into the given DeviceIndependentImage.static ImageDataFileFormat.load(InputStream is, ImageLoader loader, int width, int height) static List<DPIUtil.ElementAtZoom<ImageData>> FileFormat.load(DPIUtil.ElementAtZoom<InputStream> is, ImageLoader loader, int targetZoom) Read the specified input stream using the specified loader, and return the device independent image array represented by the stream.(package private) static ImageData[]JPEGDecoder.loadFromByteStream(InputStream inputStream, ImageLoader loader) static voidFileFormat.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.(package private) abstract voidFileFormat.unloadIntoByteStream(ImageLoader loader) (package private) voidGIFFileFormat.unloadIntoByteStream(ImageLoader loader) (package private) voidJPEGFileFormat.unloadIntoByteStream(ImageLoader loader) (package private) voidOS2BMPFileFormat.unloadIntoByteStream(ImageLoader loader) Unload a DeviceIndependentImage using Windows .BMP format into the given byte stream.(package private) voidPNGFileFormat.unloadIntoByteStream(ImageLoader loader) (package private) voidSVGFileFormat.unloadIntoByteStream(ImageLoader loader) (package private) voidTIFFFileFormat.unloadIntoByteStream(ImageLoader loader) (package private) voidWinBMPFileFormat.unloadIntoByteStream(ImageLoader loader) Unload a DeviceIndependentImage using Windows .BMP format into the given byte stream.(package private) voidWinICOFileFormat.unloadIntoByteStream(ImageLoader loader) voidFileFormat.unloadIntoStream(ImageLoader loader, LEDataOutputStream stream) Write the device independent image array stored in the specified loader to the specified output stream.Constructors in org.eclipse.swt.internal.image with parameters of type ImageLoaderModifierConstructorDescriptionPngEncoder(ImageLoader loader) TIFFDirectory(TIFFRandomFileAccess file, boolean isLittleEndian, ImageLoader loader)