| java.lang.Object net.refractions.udig.ui.graphics.AWTGraphics
Method Summary | |
public void | clearRect(int x, int y, int width, int height) | public void | dispose() | public void | draw(Shape s) | public void | drawImage(RenderedImage image, int x, int y) | public void | drawImage(Image image, int x, int y) | public void | drawImage(Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2) | public void | drawImage(org.eclipse.swt.graphics.Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2) | public void | drawImage(org.eclipse.swt.graphics.Image swtImage, int x, int y) | public void | drawLine(int x1, int y1, int x2, int y2) | public void | drawOval(int x, int y, int width, int height) | public void | drawPath(Path path) | public void | drawRect(int x, int y, int width, int height) | public void | drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) | public void | drawString(String string, int x, int y, int alignx, int aligny) | public void | fill(Shape s) | public void | fillOval(int x, int y, int width, int height) | public void | fillPath(Path path) | public void | fillRect(int x, int y, int width, int height) | public void | fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) | public Color | getBackgroundColor() | public Shape | getClip() | public Color | getColor() | public int | getFontAscent() | public int | getFontHeight() | public Rectangle2D | getStringBounds(String str) | public AffineTransform | getTransform() | public void | setBackground(Color c) | public void | setClip(Rectangle r) | public void | setClipBounds(Rectangle newBounds) | public void | setColor(Color c) | public void | setStroke(int style, int width) | public void | setTransform(AffineTransform transform) | public int | stringWidth(String str) | public static BufferedImage | toAwtImage(ImageData swtImageData) | public void | translate(Point offset) |
dispose | public void dispose()(Code) | | |
drawImage | public void drawImage(Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2)(Code) | | |
drawImage | public void drawImage(org.eclipse.swt.graphics.Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2)(Code) | | |
drawImage | public void drawImage(org.eclipse.swt.graphics.Image swtImage, int x, int y)(Code) | | |
drawLine | public void drawLine(int x1, int y1, int x2, int y2)(Code) | | |
drawOval | public void drawOval(int x, int y, int width, int height)(Code) | | |
drawPath | public void drawPath(Path path)(Code) | | |
drawRect | public void drawRect(int x, int y, int width, int height)(Code) | | |
drawRoundRect | public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)(Code) | | |
fillOval | public void fillOval(int x, int y, int width, int height)(Code) | | |
fillPath | public void fillPath(Path path)(Code) | | |
fillRoundRect | public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)(Code) | | |
getBackgroundColor | public Color getBackgroundColor()(Code) | | |
getFontAscent | public int getFontAscent()(Code) | | |
getFontHeight | public int getFontHeight()(Code) | | |
toAwtImage | public static BufferedImage toAwtImage(ImageData swtImageData)(Code) | | Converts an SWT image to an AWT BufferedImage
Parameters: swtImageData - |
|
|