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.resourceClasses 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.graphicsConstructors in org.eclipse.swt.graphics with parameters of type ImageDataProviderModifierConstructorDescriptionCursor(Device device, ImageDataProvider imageDataProvider, int hotspotX, int hotspotY) Constructs a new cursor given a device, image describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing").Image(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.internalClasses 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.static voidDPIUtil.validateLinearScaling(ImageDataProvider provider)