Package | com.gestureworks.analysis |
Class | public class GestureVisualizer |
Inheritance | GestureVisualizer ![]() |
Property | Defined By | ||
---|---|---|---|
drawGesture : Boolean = true | GestureVisualizer | ||
drawOrientation : Boolean
draw Orientation. | GestureVisualizer | ||
drawPivot : Boolean
draw Rotation. | GestureVisualizer | ||
drawRotation : Boolean
draw Rotation. | GestureVisualizer | ||
drawStroke : Boolean
draw Stroke. | GestureVisualizer | ||
drawTransformation : Boolean
draw Transformation. | GestureVisualizer | ||
style : Object | GestureVisualizer |
Method | Defined By | ||
---|---|---|---|
GestureVisualizer(ID:Number) | GestureVisualizer | ||
carToPol(x:Number, y:Number):Array | GestureVisualizer | ||
clear():void | GestureVisualizer | ||
draw():void | GestureVisualizer | ||
init():void | GestureVisualizer | ||
polToCar(r:Number, q:Number):Point | GestureVisualizer |
drawGesture | property |
public var drawGesture:Boolean = true
drawOrientation | property |
drawOrientation:Boolean
draw Orientation.
public function get drawOrientation():Boolean
public function set drawOrientation(value:Boolean):void
drawPivot | property |
drawPivot:Boolean
draw Rotation.
public function get drawPivot():Boolean
public function set drawPivot(value:Boolean):void
drawRotation | property |
drawRotation:Boolean
draw Rotation.
public function get drawRotation():Boolean
public function set drawRotation(value:Boolean):void
drawStroke | property |
drawStroke:Boolean
draw Stroke.
public function get drawStroke():Boolean
public function set drawStroke(value:Boolean):void
drawTransformation | property |
drawTransformation:Boolean
draw Transformation.
public function get drawTransformation():Boolean
public function set drawTransformation(value:Boolean):void
style | property |
public var style:Object
GestureVisualizer | () | Constructor |
public function GestureVisualizer(ID:Number)
ID:Number |
carToPol | () | method |
public function carToPol(x:Number, y:Number):Array
Parameters
x:Number | |
y:Number |
Array |
clear | () | method |
public function clear():void
draw | () | method |
public function draw():void
init | () | method |
public function init():void
polToCar | () | method |
public function polToCar(r:Number, q:Number):Point
Parameters
r:Number | |
q:Number |
Point |