Packagecom.nocircleno.graffiti.tools
Classpublic class ToolRenderType
InheritanceToolRenderType Inheritance Object

The Tool Render Type will be used in the future to implement Tools that need different types of mouse interactions.



Public Constants
 ConstantDefined 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
Constant Detail
CLICK_DRAGConstant
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.

CONTINUOUSConstant 
public static const CONTINUOUS:String = continuous

se for Brush or Pencil functionality.