Packagecom.nocircleno.graffiti.tools
Classpublic class SelectionTool
InheritanceSelectionTool Inheritance Object
Implements ITool

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10 - AIR 1.5

SelectionTool Class is used to select an object.



Public Properties
 PropertyDefined By
  layerType : String
[read-only] Layer to work on.
SelectionTool
  renderType : String
[read-only] Selection Tool Render Mode
SelectionTool
Public Methods
 MethodDefined By
  
The SelectionTool constructor.
SelectionTool
Property Detail
layerTypeproperty
layerType:String  [read-only]

Layer to work on.


Implementation
    public function get layerType():String
renderTypeproperty 
renderType:String  [read-only]

Selection Tool Render Mode


Implementation
    public function get renderType():String
Constructor Detail
SelectionTool()Constructor
public function SelectionTool()

The SelectionTool constructor.


Example
The following code creates a Graffiti Canvas instance.
        var selectionTool:SelectionTool = new SelectionTool();