Uses of Class
org.xith3d.schedops.movement.GroupAnimator

Packages that use GroupAnimator
org.xith3d.schedops.movement   
 

Uses of GroupAnimator in org.xith3d.schedops.movement
 

Subclasses of GroupAnimator in org.xith3d.schedops.movement
 class GroupRotator
          This class is useful to automatically rotate a branch in your scenegraph.
 class GroupTranslator
          This class is useful to automatically translate a branch in your scenegraph.
 

Fields in org.xith3d.schedops.movement declared as GroupAnimator
protected  GroupAnimator AnimatableGroup.groupAnimator
           
 

Methods in org.xith3d.schedops.movement that return GroupAnimator
 GroupAnimator AnimatableGroup.getGroupAnimator()
           
 

Constructors in org.xith3d.schedops.movement with parameters of type GroupAnimator
AnimatableGroup(GroupAnimator groupAnimator)
          Creates a new AnimatableGroup.