public class ImageHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ImageHelper.Decorations |
static class |
ImageHelper.ImageImageDescriptor |
static interface |
ImageHelper.Type |
Constructor and Description |
---|
ImageHelper() |
Modifier and Type | Method and Description |
---|---|
static ImageDescriptor |
decorate(int type,
ImageDescriptor overlay) |
static Image |
getImage(int type) |
static ImageDescriptor |
getImageDescriptor(int type) |
static Image |
getInboundImage(int type) |
static ImageDescriptor |
getInboundImageDescriptor(int type) |
static Image |
getOutboundImage(int type) |
static ImageDescriptor |
getOutboundImageDescriptor(int type) |
static int |
getType(IObject object) |
public static int getType(IObject object)
public static ImageDescriptor getImageDescriptor(int type)
public static Image getImage(int type)
public static ImageDescriptor getInboundImageDescriptor(int type)
public static Image getInboundImage(int type)
public static ImageDescriptor getOutboundImageDescriptor(int type)
public static Image getOutboundImage(int type)
public static ImageDescriptor decorate(int type, ImageDescriptor overlay)