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