nvoid
setColor(Color c)
nvoid
drawRect(int x, int y, int width, int height)
nvoid
fillRect(int x, int y, int width, int height)
nvoid
drawOval(int x, int y, int width, int height)
nvoid
fillOval(int x, int y, int width, int height)
nvoid
drawLine(int x1, int y1, int x2, int y2)
nvoid
drawString(String str, int x, int y)
nvoid
setFont(Font font)