Uses of Interface
org.eclipse.swt.graphics.ImageDataProvider
Package
Description
Provides support for managing resources such as SWT
fonts and images.
SWT graphics classes.
SWT internal classes
-
Uses of ImageDataProvider in org.eclipse.jface.resource
Modifier and TypeClassDescriptionprotected class
AnImageDataProvider
that caches the most recently returnedImageData
object.Modifier and TypeMethodDescriptionstatic ImageDescriptor
ImageDescriptor.createFromImageDataProvider
(ImageDataProvider provider) Creates and returns a new image descriptor given an ImageDataProvider describing the image.protected final void
CompositeImageDescriptor.drawImage
(ImageDataProvider srcProvider, int ox, int oy) Draws the given source image data into this composite image at the given position. -
Uses of ImageDataProvider in org.eclipse.swt.graphics
ModifierConstructorDescriptionImage
(Device device, ImageDataProvider imageDataProvider) Constructs an instance of this class by loading its representation from the ImageData retrieved from the ImageDataProvider. -
Uses of ImageDataProvider in org.eclipse.swt.internal
Modifier and TypeClassDescriptionstatic final class
AutoScale ImageDataProvider.Modifier and TypeMethodDescriptionstatic DPIUtil.ElementAtZoom<ImageData>
DPIUtil.validateAndGetImageDataAtZoom
(ImageDataProvider provider, int zoom) Gets ImageData that are appropriate for the specified zoom level together with the zoom level at which the image data are.