Geometric Shapes

o PShape
A class representing a graphics shape object.
o PLine
A class representing a simple straight line graphic shape
o POrthoShape
A class representing a graphic shape that is orthogonal, ie specified by a rectangle
o PRectangle
A class representing a simple rectangle graphic shape
o PRoundedRectangle
A class representing a rectangle graphic shape with rounded corners
o PEllipse
A class representing an ellipse graphic shape.
o PArc
A class representing a part of ellipse graphic shape.
o PPie
A class representing a pie segment graphic shape.
o PChord
A class representing a chord segment graphic shape.
o PPixShape
A class representing a pixel image graphic shape
o PPicShape
A class representing a picture image graphic shape
o PTextLines
A class representing a lines of text graphic shape.
o PTextBlock
A class representing a lines of text graphic shape.
o PPolyShape
A class representing a graphic drawing shape with variable number of point components, eg polylines and polygons
o PPolyLine
A class representing a graphic drawing shape with variable number of line segments.
o PPolygon
A class representing a graphic drawing shape with variable number of sides.
o PCurve
A class representing a graphic drawing shape which constitutes a variable mathematical curve given a sequence of "control" points.
o PBezier
A class representing a graphic drawing shape which constitutes a variable mathematical curve given a sequence of "control" points.
o PBSpline
A class representing a graphic drawing shape which constitutes a variable mathematical curve given a sequence of "control" points.
o PCompositeShape
A class representing a graphic drawing shape that is made from a collection of other shapes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.