public static final class GraphicsCommand.DrawImage extends GraphicsCommand
java.awt.Graphics.drawImage
.GraphicsCommand.ClearRect, GraphicsCommand.ClipRect, GraphicsCommand.CopyArea, GraphicsCommand.Draw3DRect, GraphicsCommand.DrawArc, GraphicsCommand.DrawBytes, GraphicsCommand.DrawChars, GraphicsCommand.DrawImage, GraphicsCommand.DrawLine, GraphicsCommand.DrawOval, GraphicsCommand.DrawPolygon, GraphicsCommand.DrawPolyline, GraphicsCommand.DrawRect, GraphicsCommand.DrawRoundRect, GraphicsCommand.DrawString, GraphicsCommand.Fill3DRect, GraphicsCommand.FillArc, GraphicsCommand.FillOval, GraphicsCommand.FillPolygon, GraphicsCommand.FillRect, GraphicsCommand.FillRoundRect, GraphicsCommand.General, GraphicsCommand.Graphic, GraphicsCommand.SetClip, GraphicsCommand.SetColor, GraphicsCommand.SetFont, GraphicsCommand.SetXORMode, GraphicsCommand.Translate
NULL, SET_PAINT_MODE
tag
Constructor and Description |
---|
GraphicsCommand.DrawImage(java.awt.Image image,
int x,
int y) |
GraphicsCommand.DrawImage(java.awt.Image image,
int x,
int y,
java.awt.Color bgcolor) |
GraphicsCommand.DrawImage(java.awt.Image image,
int x,
int y,
int width,
int height) |
GraphicsCommand.DrawImage(java.awt.Image image,
int x,
int y,
int width,
int height,
java.awt.Color bgcolor) |
GraphicsCommand.DrawImage(java.awt.Image image,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2) |
GraphicsCommand.DrawImage(java.awt.Image image,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2,
java.awt.Color bgcolor) |
public GraphicsCommand.DrawImage(java.awt.Image image, int x, int y)
public GraphicsCommand.DrawImage(java.awt.Image image, int x, int y, int width, int height)
public GraphicsCommand.DrawImage(java.awt.Image image, int x, int y, java.awt.Color bgcolor)
public GraphicsCommand.DrawImage(java.awt.Image image, int x, int y, int width, int height, java.awt.Color bgcolor)
public GraphicsCommand.DrawImage(java.awt.Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2)
public GraphicsCommand.DrawImage(java.awt.Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor)
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.