|
Class Summary |
| ConversationBubble |
Subclass of RoundedRectangle that will display a string, like conversation
bubbles in cartoon. |
| Ellipse |
Draws an elliptical shape. |
| Frame |
Frame that has public methods to allow for behind-the-scenes
manipulation and GUI creation. |
| Image |
A class that can display an image on a DrawingPanel. |
| Line |
Class that models a 2D line. |
| Rectangle |
Subclass of RectangularShape that draws a rectangle. |
| RectangularShape |
Superclass for all Shapes that can be described in terms of rectangular
dimensions (ellipse, rectangle, etc.). |
| RoundedRectangle |
Subclass of RectangularShape that draws a rectangle with rounded corners. |
| Shape |
Generic superclass for all Wheels graphics. |