Uses of Interface
org.eclipse.swt.graphics.ImageFileNameProvider
-
Packages that use ImageFileNameProvider Package Description org.eclipse.swt.graphics org.eclipse.swt.internal -
-
Uses of ImageFileNameProvider in org.eclipse.swt.graphics
Constructors in org.eclipse.swt.graphics with parameters of type ImageFileNameProvider Constructor Description Image(Device device, ImageFileNameProvider imageFileNameProvider)
Constructs an instance of this class by loading its representation from the file retrieved from the ImageFileNameProvider. -
Uses of ImageFileNameProvider in org.eclipse.swt.internal
Methods in org.eclipse.swt.internal with parameters of type ImageFileNameProvider Modifier and Type Method Description static java.lang.String
DPIUtil. validateAndGetImagePathAtZoom(ImageFileNameProvider provider, int zoom, boolean[] found)
Gets Image file path at specified zoom level, if image is missing then fall-back to 100% image.
-