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