public class OverlayImageDescriptor
extends org.eclipse.jface.resource.CompositeImageDescriptor
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_LEFT |
static int |
BOTTOM_RIGHT |
static int |
TOP_LEFT |
static int |
TOP_RIGHT |
| Constructor and Description |
|---|
OverlayImageDescriptor(org.eclipse.jface.resource.ImageDescriptor base,
org.eclipse.jface.resource.ImageDescriptor overlay,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawCompositeImage(int width,
int height) |
protected org.eclipse.swt.graphics.Point |
getSize() |
drawImage, getImageData, getTransparentPixel, setImageDatapublic static final int TOP_LEFT
public static final int TOP_RIGHT
public static final int BOTTOM_LEFT
public static final int BOTTOM_RIGHT
public OverlayImageDescriptor(org.eclipse.jface.resource.ImageDescriptor base,
org.eclipse.jface.resource.ImageDescriptor overlay,
int pos)
protected void drawCompositeImage(int width,
int height)
drawCompositeImage in class org.eclipse.jface.resource.CompositeImageDescriptorprotected org.eclipse.swt.graphics.Point getSize()
getSize in class org.eclipse.jface.resource.CompositeImageDescriptor