A class representing a graphics shape object.
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
New functions for class
A class representing a graphics shape object. This is an abstract class for a number of objects representing graphics that may be drawn on a canvas, eg \ref{PLine} or \ref{PEllipse} etc.A shape has all the niformation needed to draw it. This comes from the PCanvasState ancestor plus shape specific information such as the end points for a line.
All shapes have at least a position, plus the capability of a common set of behavour as defined by this class, eg the \ref{Draw()} function draws the shape on a \ref{PCanvas}.
PShape( const PPoint & pt )
Alphabetic index HTML hierarchy of classes or Java