A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
generateBrush(brushSize:Number, brushColor:int) — method, class com.nocircleno.graffiti.tools.BrushTool
The generateBrush method creates a visual representation of the Brush that could be used for a button or a cursor.
getColorAtPoint(point:flash.geom:Point, useEntireCanvas:Boolean) — method, class com.nocircleno.graffiti.GraffitiCanvas
The getColorAtPoint method will return the color at a specific point on the drawing.
getViewableRect() — method, class com.nocircleno.graffiti.GraffitiCanvas
The getViewableRect method will return a Rectangle defining the viewable area of the Canvas.
GraffitiCanvas — class, package com.nocircleno.graffiti
The GraffitiCanvas Class provides an area on stage to draw in.
GraffitiCanvas(canvasWidth:uint, canvasHeight:uint, numberHistoryLevels:uint, overlay:flash.display:DisplayObject, underlay:flash.display:DisplayObject) — Constructor, class com.nocircleno.graffiti.GraffitiCanvas
The GraffitiCanvas constructor.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z