ImageUtilities
public class ImageUtilities extends Object
Constructor and Description |
---|
ImageUtilities()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
drawImage(Image image,
GC gc,
Canvas canvas,
Rectangle r,
int align)
Deprecated.
As of 3.0, replaced by
ImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int) |
static void |
drawImage(Image image,
GC gc,
Canvas canvas,
Rectangle r,
int halign,
int valign)
Deprecated.
As of 3.0, replaced by
ImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int, int) |
public static void drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int halign, int valign)
ImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int, int)
image
- the image to be drawngc
- the drawing GCcanvas
- the canvas on which to drawr
- the clipping rectanglehalign
- the horizontal alignment of the image to be drawnvalign
- the vertical alignment of the image to be drawnpublic static void drawImage(Image image, GC gc, Canvas canvas, Rectangle r, int align)
ImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int)
image
- the image to be drawngc
- the drawing GCcanvas
- the canvas on which to drawr
- the clipping rectanglealign
- the alignment of the image to be drawn
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.