All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.MFStringChannel

java.lang.Object
   |
   +----improv.event.ImprovObservable
           |
           +----improv.actor.behavior.ImprovProperty
                   |
                   +----improv.actor.behavior.Channel
                           |
                           +----improv.actor.behavior.MFStringChannel

public final class MFStringChannel
extends Channel

Constructor Index

 o MFStringChannel(String, int)

Method Index

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

Constructors

 o MFStringChannel
 public MFStringChannel(String s,
                        int n)

Methods

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

Overrides:
finishFrame in class Channel
 o getNumValues
 public int getNumValues()
 o getValue
 public String[] getValue()
 o getChannel
 public SFStringChannel getChannel(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index