All Packages Class Hierarchy This Package Previous Next Index
Class improv.actor.behavior.MFDoubleChannel
java.lang.Object
|
+----improv.event.ImprovObservable
|
+----improv.actor.behavior.ImprovProperty
|
+----improv.actor.behavior.Channel
|
+----improv.actor.behavior.MFDoubleChannel
- public final class MFDoubleChannel
- extends Channel
-
MFDoubleChannel(String, int)
-
-
finishFrame()
- Called by the Actor at the end of each Animation frame.
-
getChannel(int)
-
-
getNumValues()
-
-
getValue()
-
MFDoubleChannel
public MFDoubleChannel(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 double[] getValue()
getChannel
public SFDoubleChannel getChannel(int i)
All Packages Class Hierarchy This Package Previous Next Index