1 | drawLine(...) |
2 | drawRect(...) |
3 | drawRoundRect(...) |
4 | draw3DRect(...) |
5 | drawOval(...) |
6 | drawArc(...) |
7 | drawString(...) |
8 | |
9 | fillRect(...) |
10 | fillRoundRect(...) |
11 | fill3DRect(...) |
12 | fillOval(...) |
13 | fillArc(...) |
14 | Important methods from the Graphics class: |