Interfaces
 InterfaceDescription
 IDirectionable This interface defines a graphic object or component with a direction.
 IFillStyle This interface provides basic implementation to create fill setting helper in the IPen objects.
 ILineStyle This interface provides basic implementation to create line setting helper in the IPen objects.
 IPen This interface defined the IPen implementation to creates shaped in Shape, Sprite and MovieClip objects.
 IShape This interface implement the draw() method in all the tools used in PEGAS to draw vector graphic shapes in the Shape, Sprite and MovieClip objects.
Classes
 ClassDescription
 Align The Align enumeration class provides constant values to align displays or components.
 ArcPen This pen draw a pie or chord arc shape with a Graphics object.
 ArcType This static class register all types used to draw an Arc with the ArcPen tool.
 ArrowPen This pen is the basic tool to draw an arrow shape.
 BevelRectanglePen Draws a bevel rectangle.
 BezierPen This pen draw a bezier line curve in a MovieClip reference.
 Canvas The Canvas pen is used to draw a complex shape with differents points in a data model.
 CanvasTransform This tool class transform a Canvas object with static methods.
 CirclePen This pen is the tool to draw a circle vector shape.
 Corner Determinates the corner parameters in a CornerRectanglePen (Bevel, Rounded...)
 CornerRectanglePen This pen draw a corner rectangle shape with a Graphics object.
 DashLinePen This pen is the basic tool to draw a dash line.
 Direction This static enumeration of constant values for setting the DisplayObject or component direction.
 EllipsePen This pen is the tool to draw an elipse vector shape.
 FillBitmapStyle Defines the fill style of the vector shapes.
 FillGradientStyle Defines the fill style of the vector shapes.
 FillStyle Defines the fill style of the vector shapes.
 FreePolygonPen This pen is the tool to draw a free polygon vector shape.
 GearPen This pen drawing gears.
 LineGradientStyle Defines the line style of the vector shapes with the flash.display.graphics.lineGradientStyle method.
 LinePen This pen is the basic tool to draw a line.
 LineStyle Defines the line style of the vector shapes.
 Pen The Pen class use composition to control a Graphics reference and draw custom vector graphic shapes.
 PolygonPen This pen is the tool to draw a regular polygon vector shape.
 PolyLine The PolyLine pen is used to draw a complex shape with differents points (Vector2) in a data model.
 RectanglePen This pen draw a rectangle shape with a Graphics object.
 RoundedComplexRectanglePen Draws a complex rounded rectangle.
 RoundedRectanglePen Draws a rounded rectangle.
 StarPen This pen drawing a star shaped polygons.