All Packages Class Hierarchy This Package Previous Next Index
Class improv.actor.behavior.SFFloatChannel
java.lang.Object
|
+----improv.event.ImprovObservable
|
+----improv.actor.behavior.ImprovProperty
|
+----improv.actor.behavior.Channel
|
+----improv.actor.behavior.SFFloatChannel
- public final class SFFloatChannel
- extends Channel
- implements Numeric
-
SFFloatChannel()
-
-
SFFloatChannel(String)
-
-
finishFrame()
- Called by the Actor at the end of each Animation frame.
-
getDoubleValue()
-
-
getValue()
-
SFFloatChannel
public SFFloatChannel(String s)
SFFloatChannel
public SFFloatChannel()
getDoubleValue
public double getDoubleValue()
finishFrame
public void finishFrame()
- Called by the Actor at the end of each Animation frame.
- Overrides:
- finishFrame in class Channel
getValue
public float getValue()
All Packages Class Hierarchy This Package Previous Next Index