Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Brush
com.nocircleno.graffiti.tools Brush Class allows the user to paint anti-alias shapes to the Canvas.
 BrushType
com.nocircleno.graffiti.tools Class provides constant values to use to define the types of Brushes.
 CanvasEvent
com.nocircleno.graffiti.events The Canvas Event provides a custom Event for Canvas events.
 GraffitiCanvas
com.nocircleno.graffiti The GraffitiCanvas Class provides an area on stage to draw in.
 ITool
com.nocircleno.graffiti.tools The ITool interface will be implemented by the Brush, Line and Shape Classes.
 Line
com.nocircleno.graffiti.tools Line Class allows the user to draw a SOLID, DASHED or DOTTED line on the canvas.
 LineType
com.nocircleno.graffiti.tools Class provides constant values to use to define the types of Lines.
 Shape
com.nocircleno.graffiti.tools Shape Class allows the user to draw RECTANGLE, SQUARE, OVAL or CIRCLE to the canvas.
 ShapeType
com.nocircleno.graffiti.tools Class provides constant values to use to define the types of Shapes.
 ToolMode
com.nocircleno.graffiti.tools The Tool Drawing Mode
 ToolRenderType
com.nocircleno.graffiti.tools The Tool Render Type will be used in the future to implement Tools that need different types of mouse interactions.