Object | clone()
|
void | copyArea(int x, int y, int width, int height, int dx, int dy)
|
void | dispose()
|
void | drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)
|
boolean | drawImage(Image image, int x, int y, ImageObserver observer)
|
void | drawLine(int x1, int y1, int x2, int y2)
|
void | drawPolygon(int[] xPoints, int[] yPoints, int nPoints)
|
void | drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
|
void | drawRect(int x, int y, int width, int height)
|
void | drawString(String str, int x, int y)
|
void | fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)
|
void | fillPolygon(int[] xPoints, int[] yPoints, int nPoints, int translateX, int translateY)
|
void | fillRect(int x, int y, int width, int height)
|
FontMetrics | getFontMetrics(Font font)
|
MappedRaster | mapRaster(Rectangle bounds) - Map the data for screen pixels in the requested bounds to a
raster object.
|
void | setClip(Shape clip)
|
void | setColor(Color color)
|
void | setFont(Font font)
|
void | setPaintMode()
|
void | setXORMode(Color altColor)
|
void | unmapRaster(MappedRaster mappedRaster) - Detach previously mapped pixel data from a raster object.
|