public final class ImageUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Image |
unwrap(IImage image)
Returns the SWT
Image represented by this IImage |
static IImage |
wrap(Image image)
Creates an
IImage that wraps the given SWT Image |