Interface ISWTResourceUtilities
- All Superinterfaces:
IResourceUtilities<ImageDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptionadornImage
(Image toAdorn, Image adornment) Low-level utility to stamp an adornment onto a given Image.Methods inherited from interface org.eclipse.e4.ui.workbench.IResourceUtilities
imageDescriptorFromURI
-
Method Details
-
adornImage
Low-level utility to stamp an adornment onto a given Image.- Parameters:
toAdorn
- The image to be adorned (must not be null)adornment
- The image to adorn with.- Returns:
- The adorned image or 'toAdorn' if 'adornment' is null
-