Packageorg.as3lib.kitchensync.action.tweentarget
Interfacepublic interface INumericController
SubinterfacesITweenTarget

Allows a control interface for translating values to and from numeric values. e.g. setting a base-n number with a decimal number



Public Properties
 PropertyDefined by
  currentValue : Number
This is the current value of the number.
INumericController
Property detail
currentValueproperty
currentValue:Number  [read-write]

This is the current value of the number.

Implementation
    public function get currentValue():Number
    public function set currentValue(value:Number):void