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.
Class | Package | Description | |
---|---|---|---|
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 | ||
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 BrushTool, LineTool and ShapeTool Classes. | |
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. | |
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. | |
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. |