1. | Graphics.BASELINE | | |
2. | Graphics.BOTTOM | | |
3. | Graphics.DOTTED | | |
4. | Graphics.HCENTER | | |
5. | Graphics.LEFT | | |
6. | Graphics.SOLID | | |
7. | Graphics.TOP | | |
8. | Graphics.VCENTER | | |
9. | Graphics: drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) | | |
|
10. | Graphics: drawLine(int x1, int y1, int x2, int y2) | | |
11. | Graphics: drawString(String str, int x, int y, int anchor) | | |
12. | Graphics: fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) | | |
13. | Graphics: fillRect(int x, int y, int width, int height) | | |
14. | Graphics: fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) | | |
15. | Graphics: setClip(int x, int y, int width, int height) | | |
16. | Graphics: setColor(int RGB) | | |
17. | Graphics: setGrayScale(int value) | | |
18. | Graphics: setStrokeStyle(int style) | | |
19. | Graphics: translate(int x, int y) | | |