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