Class | Description |
---|---|
DrawingEllipse |
A DrawingEllipse is an extension of the DrawingObject abstract class.
|
DrawingLine |
A DrawingLine is an extension of the DrawingObject abstract class.
|
DrawingObject |
This abstract class defines the four functions that all of the DrawingObject
derived classes must have.
|
DrawingSquare |
A DrawingSquare is an extension of the DrawingObject abstract class.
|
DrawingX |
A DrawingX is an extension of the DrawingObject abstract class.
|