edu.cmu.sun.interpolators
Class SimpleMotionAnimation

java.lang.Object
  extended by PluggableC3DAnimation
      extended by edu.cmu.sun.interpolators.SimpleMotionAnimation

public class SimpleMotionAnimation
extends PluggableC3DAnimation

A PluggableC3DAnimation that uses Simple smoothers to do linear translations.

Author:
Braden Kowitz

Constructor Summary
SimpleMotionAnimation(int defaultDuration)
           
SimpleMotionAnimation(int defaultDuration, ChangeVisibleAnimationPlugin cvaPlugin)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMotionAnimation

public SimpleMotionAnimation(int defaultDuration)

SimpleMotionAnimation

public SimpleMotionAnimation(int defaultDuration,
                             ChangeVisibleAnimationPlugin cvaPlugin)