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
 BitmapTool
com.nocircleno.graffiti.tools BitmapTool Class is the base class used by Tools that draw to the bitmap layer.
 BrushTool
com.nocircleno.graffiti.tools BrushTool Class allows the user to paint anti-alias shapes to the Canvas.
 BrushType
com.nocircleno.graffiti.tools Class provides constant values used to define the types of brushes available.
 CanvasEvent
com.nocircleno.graffiti.events The Canvas Event provides a custom Event for Canvas events.
 Conversions
com.nocircleno.graffiti.utils 
 FillBucketTool
com.nocircleno.graffiti.tools Fill Bucket Tool Class allows the user to flood fill a part of the canvas.
 GraffitiCanvas
com.nocircleno.graffiti The GraffitiCanvas Class provides an area on stage to draw in.
 GraffitiObject
com.nocircleno.graffiti.display GraffitiObject Class is the base class for all object used in the Graffiti Library.
 GraffitiObjectEvent
com.nocircleno.graffiti.events GraffitiObjectEvent Class is used to notify of object changes.
 GraffitiObjectManager
com.nocircleno.graffiti.managers GraffitiObjectManager Class manages graffiti objects on the GraffitiCanvas.
 ITool
com.nocircleno.graffiti.tools The ITool interface will be implemented by all tools.
 LayerType
com.nocircleno.graffiti.tools 
 LineTool
com.nocircleno.graffiti.tools LineTool Class allows the user to draw a SOLID, DASHED or DOTTED line on the canvas.
 LineType
com.nocircleno.graffiti.tools Class provides constant values used to define the types of Lines that can be drawn.
 SelectionTool
com.nocircleno.graffiti.tools SelectionTool Class is used to select an object.
 ShapeTool
com.nocircleno.graffiti.tools ShapeTool Class allows the user to draw RECTANGLE, SQUARE, OVAL or CIRCLE to the canvas.
 ShapeType
com.nocircleno.graffiti.tools Class provides constant values used to define the types of shapes available.
 Text
com.nocircleno.graffiti.display Text Class displays text as a GraffitiObject on the GraffitiCanvas.
 TextSettings
com.nocircleno.graffiti.tools TextSettings Class is used to configure the look of text for the graffiti library.
 TextTool
com.nocircleno.graffiti.tools TextTool Class is used to create and edit text objects for the graffiti library.
 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.