Inheritance diagram for DrawShape:

Public Member Functions | |
| DrawShape (Shape s) | |
| void | invoke (Graphics2D g2d) |
Definition at line 16 of file DrawShape.java.
| DrawShape | ( | Shape | s | ) |
| void invoke | ( | Graphics2D | g2d | ) |
Implements GraphicsCommand.
Definition at line 30 of file DrawShape.java.
1.4.7