Package | de.popforge.fui.core |
Interface | public interface IInterpolationBindable |
Implementors | InterpolationDisplay |
Method | Defined by | ||
---|---|---|---|
connect(interpolation:Interpolation):void
Connects an Interpolation object.
| IInterpolationBindable | ||
disconnect():void
Releases the Interpolation object.
| IInterpolationBindable |
connect | () | method |
public function connect(interpolation:Interpolation):void
Connects an Interpolation object.
Parametersinterpolation:Interpolation — The Interpolation to bind.
|
disconnect | () | method |
public function disconnect():void
Releases the Interpolation object.