Packagecom.kapit.diagram.ui
Classpublic class UIKnob
InheritanceUIKnob Inheritance flash.display.Sprite



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

Knob fill style property (color number).

_knobfillopacityproperty 
protected static var _knobfillopacity:Number

Knob fill opacity style property (color number).

_knoblinecolorproperty 
protected static var _knoblinecolor:Number

Knob line color style property (color number).

_knoblineopacityproperty 
protected static var _knoblineopacity:Number

Knob line opacity style property (percentage number).

_knoblinewidthproperty 
protected static var _knoblinewidth:Number

Knob line width style property.

_knobSizeproperty 
protected static var _knobSize:Number = 8

Used Knob size.

referenceproperty 
reference:uint  [read-write]Implementation
    public function get reference():uint
    public function set reference(value:uint):void
styleDefinitionsproperty 
styleDefinitions:Array  [read-write]Implementation
    public function get styleDefinitions():Array
    public function set styleDefinitions(value:Array):void
svgPathElementproperty 
svgPathElement:SVGPathElement  [read-write]Implementation
    public function get svgPathElement():SVGPathElement
    public function set svgPathElement(value:SVGPathElement):void
Constructor detail
UIKnob()constructor
public function UIKnob(styleArray:Array)Parameters
styleArray:Array
Method detail
draw()method
protected function draw():void