Package | com.nocircleno.graffiti.tools |
Class | public class ToolRenderType |
Inheritance | ToolRenderType ![]() |
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 - AIR 1.5 |
Constant | Defined By | ||
---|---|---|---|
CLICK_DRAG : String = clickDrag [static]
se for Tools like a line tool that need a single start point and an end point
uring a single Mouse Down and Mouse Up operation. | ToolRenderType | ||
CONTINUOUS : String = continuous [static]
se for Brush or Pencil functionality. | ToolRenderType |
CLICK_DRAG | Constant |
public static const CLICK_DRAG:String = clickDrag
se for Tools like a line tool that need a single start point and an end point uring a single Mouse Down and Mouse Up operation.
CONTINUOUS | Constant |
public static const CONTINUOUS:String = continuous
se for Brush or Pencil functionality.