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

Constructor Index

 o MFRotationChannel(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 MFRotationChannel
 public MFRotationChannel(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 float[][] getValue()
 o getChannel
 public SFRotationChannel getChannel(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index