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