Packagede.popforge.fui.controls
Classpublic class InterpolationDisplay
InheritanceInterpolationDisplay Inheritance de.popforge.fui.controls.Display
ImplementsIInterpolationBindable

The InterpolationDisplay class is a utility to render Interpolation objects.



Protected Properties
 PropertyDefined by
  interpolation : Interpolation
InterpolationDisplay
  screenMapping : MappingIntLinear
InterpolationDisplay
Public Methods
 MethodDefined by
  
connect(interpolation:Interpolation):void
InterpolationDisplay
  
disconnect():void
InterpolationDisplay
  
toString():String
InterpolationDisplay
Protected Methods
 MethodDefined by
  
build():void
InterpolationDisplay
  
InterpolationDisplay
  
InterpolationDisplay
  
InterpolationDisplay
  
resetScreen():void
InterpolationDisplay
Property detail
interpolationproperty
protected var interpolation:Interpolation
screenMappingproperty 
protected var screenMapping:MappingIntLinear
Method detail
build()method
protected override function build():void
connect()method 
public function connect(interpolation:Interpolation):voidParameters
interpolation:Interpolation
disconnect()method 
public function disconnect():void
onInterpolationChanged()method 
protected function onInterpolationChanged(interpolation:Interpolation):voidParameters
interpolation:Interpolation
releaseInterpolation()method 
protected function releaseInterpolation():void
renderInterpolation()method 
protected function renderInterpolation():void
resetScreen()method 
protected function resetScreen():void
toString()method 
public override function toString():String

Returns
String