Uses of Class
edu.cmu.sun.animation.ScheduledAnimation

Packages that use ScheduledAnimation
edu.cmu.sun.animation The Animation package helps to schdule animations to happen at specific times. 
 

Uses of ScheduledAnimation in edu.cmu.sun.animation
 

Subclasses of ScheduledAnimation in edu.cmu.sun.animation
 class RotationAnimation
          Adjusts the rotation of a target Component3D.
 class ScaleAnimation
          Adjusts the scale of a Component3D.
 class ScheduledAnimationAction
          Allows for a custom animation to be added to an AnimationPlan.
 class TranslationAnimation
          Adjusts the translation of a target Component3D.
 class VisibilityAnimation
          Adjusts the visibility of a target Component3D.
 

Fields in edu.cmu.sun.animation with type parameters of type ScheduledAnimation
(package private)  java.util.List<ScheduledAnimation> AnimationPlan.animations
          A list of animations that will be executed when the plan is run.
 

Methods in edu.cmu.sun.animation with parameters of type ScheduledAnimation
 void AnimationPlan.add(ScheduledAnimation sa)
          Add a ScheduledAnimation object to the plan.
 int ScheduledAnimation.compareTo(ScheduledAnimation sa)
          Used to sort ScheduledAnimation objects by their start time.