dragStarted:Boolean [read-write]Implementation
public function get dragStarted():Boolean
public function set dragStarted(value:Boolean):void
protected static var _knobfill:Number
Knob fill style property (color number).
protected static var _knobfillopacity:Number
Knob fill opacity style property (color number).
protected static var _knoblinecolor:Number
Knob line color style property (color number).
protected static var _knoblineopacity:Number
Knob line opacity style property (percentage number).
protected static var _knoblinewidth:Number
Knob line width style property.
protected static var _knobSize:Number = 8
Used Knob size.
reference:uint [read-write]Implementation
public function get reference():uint
public function set reference(value:uint):void
styleDefinitions:Array [read-write]Implementation
public function get styleDefinitions():Array
public function set styleDefinitions(value:Array):void
svgPathElement:SVGPathElement [read-write]Implementation
public function get svgPathElement():SVGPathElement
public function set svgPathElement(value:SVGPathElement):void
public function UIKnob(styleArray:Array)Parameters
protected function draw():void