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

Variable Index

 o xyzArg

Constructor Index

 o SFRotationChannel()
 o SFRotationChannel(String)
 o SFRotationChannel(String, int)
 o SFRotationChannel(String, int[])

Method Index

 o addXYZObserver(Object)
 o finishFrame()
Called by the Actor at the end of each Animation frame.
 o getValue()
 o getXYZ()
 o setRotationOrder(int)
 o setRotationOrder(int[])

Variables

 o xyzArg
 public Object xyzArg

Constructors

 o SFRotationChannel
 public SFRotationChannel(String s)
 o SFRotationChannel
 public SFRotationChannel(String s,
                          int ro[])
 o SFRotationChannel
 public SFRotationChannel(String s,
                          int ro)
 o SFRotationChannel
 public SFRotationChannel()

Methods

 o finishFrame
 public void finishFrame()
Called by the Actor at the end of each Animation frame.

Overrides:
finishFrame in class Channel
 o addXYZObserver
 public void addXYZObserver(Object o)
 o getValue
 public float[] getValue()
 o getXYZ
 public float[] getXYZ()
 o setRotationOrder
 public void setRotationOrder(int order[])
 o setRotationOrder
 public void setRotationOrder(int order)

All Packages  Class Hierarchy  This Package  Previous  Next  Index