Uses of Interface
org.eclipse.swt.graphics.ImageDataProvider
Packages that use ImageDataProvider
-
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 ImageDataDPIUtil.validateAndGetImageDataAtZoom(ImageDataProvider provider, int zoom, boolean[] found) Gets Image data at specified zoom level, if image is missing then fall-back to 100% image.