Packagefunnel.ui
Classpublic class Potentiometer
InheritancePotentiometer Inheritance PhysicalInput

This is the class to express a potentiometer



Public Properties
 PropertyDefined by
  value : Number
[read-only]
Potentiometer
Public Methods
 MethodDefined by
  
Potentiometer
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
PhysicalInput
 Inherited
dispatchEvent(evt:Event):Boolean
PhysicalInput
 Inherited
hasEventListener(type:String):Boolean
PhysicalInput
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
PhysicalInput
  
setRange(minimum:Number, maximum:Number):void
Potentiometer
 Inherited
willTrigger(type:String):Boolean
PhysicalInput
Property detail
valueproperty
value:Number  [read-only]

Implementation
    public function get value():Number
Constructor detail
Potentiometer()constructor
public function Potentiometer(potPin:Pin)

Parameters
potPin:Pin — the pin number for a potentiometer
Method detail
setRange()method
public function setRange(minimum:Number, maximum:Number):void

Parameters
minimum:Number — the minimum value
 
maximum:Number — the minimum value