Uses of Interface
org.eclipse.swt.graphics.ImageDataProvider
Packages that use ImageDataProvider
Package
Description
SWT graphics classes.
SWT internal classes
-
Uses of ImageDataProvider in org.eclipse.swt.graphics
Subinterfaces of ImageDataProvider in org.eclipse.swt.graphicsModifier and TypeInterfaceDescriptioninterfaceAn extension of theImageDataProviderthat is capable of providing image data at a specified size instead of or in addition to a specified zoom.Fields in org.eclipse.swt.graphics declared as ImageDataProviderModifier and TypeFieldDescriptionprivate ImageDataProviderImage.imageDataProviderImageDataProvider to provide ImageData at various Zoom levelsConstructors 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.internal
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)