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