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