Uses of Interface
org.eclipse.swt.graphics.ImageDataProvider
Packages that use 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
Classes in org.eclipse.jface.resource that implement ImageDataProviderModifier and TypeClassDescriptionprotected classAnImageDataProviderthat caches the most recently returnedImageDataobject.Methods in org.eclipse.jface.resource with parameters of type ImageDataProviderModifier and TypeMethodDescriptionstatic ImageDescriptorImageDescriptor.createFromImageDataProvider(ImageDataProvider provider) Creates and returns a new image descriptor given an ImageDataProvider describing the image.protected final voidCompositeImageDescriptor.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
Constructors in org.eclipse.swt.graphics with parameters of type ImageDataProviderModifierConstructorDescriptionImage(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
Classes in org.eclipse.swt.internal that implement ImageDataProviderModifier and TypeClassDescriptionstatic final classAutoScale ImageDataProvider.Methods in org.eclipse.swt.internal with parameters of type ImageDataProviderModifier 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.