public interface ImageFileNameProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getImagePath(int zoom)
Returns the image filePath for the given zoom level.
|
String getImagePath(int zoom)
If no image is available for a particular zoom level, this method should
return null. For zoom == 100, returning
null in not allowed, and SWT will throw an exception.
zoom - The zoom level in % of the standard resolution (which is 1
physical monitor pixel == 1 SWT logical pixel). Typically 100,
150, or 200.null if
zoom != 100 and no image is available for the given
zoom level.
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.