Interfaces
 InterfaceDescription
 IPen This interface defined the IPen implementation to creates shaped in Shape, Sprite and MovieClip objects.
Classes
 ClassDescription
 AntPen This pen display a marching ants path.
 ArcPen This pen draw a pie or chord arc shape with a Graphics object.
 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.
 BubblePen Draws a bubble shape with a custom alignment, offset, corner radius, arrow and size.
 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.
 CornerRectanglePen This pen draw a corner rectangle shape with a Graphics object.
 DashLinePen This pen is the basic tool to draw a dash line.
 DistortPen This pen tesselates an area into severals triangles to allow free transform distortion on BitmapData Objects.
 EllipsePen This pen is the tool to draw an elipse vector shape.
 FreePolygonPen This pen is the tool to draw a free polygon vector shape.
 GearPen This pen drawing gears.
 HexagonPen This pen is the tool to draw an hexagon vector shape.
 LinePen This pen is the basic tool to draw a line.
 PageFlipPen This pen computes, generates, and draws a pageflip in a specifig Graphics object with two BitmapData reference (pages).
 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.
 PolyLinePen 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.
 RoughEdgedRectanglePen Draws a rough edges rectangle.
 RoundedComplexRectanglePen Draws a complex rounded rectangle.
 RoundedRectanglePen Draws a rounded rectangle.
 ScalePen This pen scale a bitmap and divided it into a grid with nine regions, based on the scale9Grid rectangle, which defines the center region of the grid.
 StarPen This pen drawing a star shaped polygons.
 TrianglePen Draw a triangle with the A, B and C points in the 2D space.