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

Constructor Index

 o SFStringChannel()
 o SFStringChannel(String)

Method Index

 o finishFrame()
Called by the Actor at the end of each Animation frame.
 o getValue()

Constructors

 o SFStringChannel
 public SFStringChannel(String s)
 o SFStringChannel
 public SFStringChannel()

Methods

 o finishFrame
 public void finishFrame()
Called by the Actor at the end of each Animation frame.

Overrides:
finishFrame in class Channel
 o getValue
 public String getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index