Package org.eclipse.mat.ui.snapshot
Class ImageHelper
- java.lang.Object
-
- org.eclipse.mat.ui.snapshot.ImageHelper
-
public class ImageHelper extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ImageHelper.Decorations
static class
ImageHelper.ImageImageDescriptor
static interface
ImageHelper.Type
-
Constructor Summary
Constructors Constructor Description ImageHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getType
public static int getType(IObject object)
-
getImageDescriptor
public static ImageDescriptor getImageDescriptor(int type)
-
getImage
public static Image getImage(int type)
-
getInboundImageDescriptor
public static ImageDescriptor getInboundImageDescriptor(int type)
-
getInboundImage
public static Image getInboundImage(int type)
-
getOutboundImageDescriptor
public static ImageDescriptor getOutboundImageDescriptor(int type)
-
getOutboundImage
public static Image getOutboundImage(int type)
-
decorate
public static ImageDescriptor decorate(int type, ImageDescriptor overlay)
-
-