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