public void clearRect (int x, int y, int width, int height)
public void clipRect (int x, int y, int width, int height)
public void copyArea (int x, int y, int width, int height, int destX, int destY)
public Graphics create ()
public Graphics create (int x, int y, int width, int height)
public void dispose ()
public void draw3DRect (int x, int y, int width, int height, boolean raised)
public void drawArc (int x, int y, int width, int height, int startAngle, int arcAngle)
public void drawBytes (byte[] data, int offset, int length, int x, int y)
public void drawChars (char[] data, int offset, int length, int x, int y)
public boolean drawImage (Image img, int x, int y, ImageObserver observer)
public boolean drawImage (Image img, int x, int y, Color bgcolor, ImageObserver observer)
public boolean drawImage (Image img, int x, int y, int width, int height, ImageObserver observer)
public boolean drawImage (Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer)
public boolean drawImage (Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)
public boolean drawImage (Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer)
public void drawLine (int x1, int y1, int x2, int y2)
public void drawOval (int x, int y, int width, int height)
public void drawPolygon (int[] xPoints, int[] yPoints, int nPoints)
public void drawPolyline (int[] xPoints, int[] yPoints, int nPoints)
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 aString, int x, int y)
public void drawString (AttributedCharacterIterator iterator, int x, int y)
public void fill3DRect (int x, int y, int width, int height, boolean raised)
public void fillArc (int x, int y, int width, int height, int startAngle, int arcAngle)
public void fillOval (int x, int y, int width, int height)
public void fillPolygon (int[] xPoints, int[] yPoints, int nPoints)
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 Shape getClip ()
public Rectangle getClipBounds ()
public Color getColor ()
public Font getFont ()
public FontMetrics getFontMetrics ()
public FontMetrics getFontMetrics (Font f)
public void setClip (Shape clip)
public void setClip (int x, int y, int width, int height)
public void setColor (Color aColor)
public void setFont (Font aFont)
public void setPaintMode ()
public void setXORMode (Color aColor)
public void translate (int x, int y)