All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class improv.actor.behavior.SFRotationChannel
java.lang.Object
   |
   +----improv.event.ImprovObservable
           |
           +----improv.actor.behavior.ImprovProperty
                   |
                   +----improv.actor.behavior.Channel
                           |
                           +----improv.actor.behavior.SFRotationChannel
  -  public final class SFRotationChannel
  
-  extends Channel
  
  
  -  
	xyzArg
   -  
 
  
  -  
	SFRotationChannel()
   -  
  
 -  
	SFRotationChannel(String)
   -  
  
 -  
	SFRotationChannel(String, int)
   -  
  
 -  
	SFRotationChannel(String, int[])
   -  
 
  
  -  
	addXYZObserver(Object)
   -  
  
 -  
	finishFrame()
   -  Called by the Actor at the end of each Animation frame.
  
 -  
	getValue()
   -  
  
 -  
	getXYZ()
   -  
  
 -  
	setRotationOrder(int)
   -  
  
 -  
	setRotationOrder(int[])
   -  
 
  
xyzArg
 public Object xyzArg
  
SFRotationChannel
 public SFRotationChannel(String s)
SFRotationChannel
 public SFRotationChannel(String s,
                          int ro[])
SFRotationChannel
 public SFRotationChannel(String s,
                          int ro)
SFRotationChannel
 public SFRotationChannel()
  
finishFrame
 public void finishFrame()
  -  Called by the Actor at the end of each Animation frame.
  
    -  Overrides:
    
 -  finishFrame in class Channel
  
 
 
 
addXYZObserver
 public void addXYZObserver(Object o)
getValue
 public float[] getValue()
getXYZ
 public float[] getXYZ()
setRotationOrder
 public void setRotationOrder(int order[])
setRotationOrder
 public void setRotationOrder(int order)
All Packages  Class Hierarchy  This Package  Previous  Next  Index