All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.MFVec3fChannel

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

public final class MFVec3fChannel
extends Channel

Constructor Index

 o MFVec3fChannel(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 MFVec3fChannel
 public MFVec3fChannel(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 SFVec3fChannel getChannel(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index