Uses of Interface
org.eclipse.swt.graphics.ImageDataProvider
-
Packages that use ImageDataProvider Package Description org.eclipse.swt.graphics org.eclipse.swt.internal -
-
Uses of ImageDataProvider in org.eclipse.swt.graphics
Constructors in org.eclipse.swt.graphics with parameters of type ImageDataProvider Constructor Description 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
Classes in org.eclipse.swt.internal that implement ImageDataProvider Modifier and Type Class Description static class
DPIUtil.AutoScaleImageDataProvider
AutoScale ImageDataProvider.Methods in org.eclipse.swt.internal with parameters of type ImageDataProvider Modifier and Type Method Description static ImageData
DPIUtil. validateAndGetImageDataAtZoom(ImageDataProvider provider, int zoom, boolean[] found)
Gets Image data at specified zoom level, if image is missing then fall-back to 100% image.
-