Package | Description |
---|---|
fr.inria.zvtm.animation |
New ZVTM animation engine based on Sun's Timing framework.
|
Modifier and Type | Method and Description |
---|---|
static Animation.RepeatBehavior |
Animation.RepeatBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Animation.RepeatBehavior[] |
Animation.RepeatBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Animation |
AnimationFactory.createAnimation(int duration,
double repeatCount,
Animation.RepeatBehavior repeatBehavior,
Object subject,
Animation.Dimension dimension,
TimingHandler handler)
Creates a new Animation object that will be handled
by the associated AnimationManager.
|
Animation |
AnimationFactory.createAnimation(int duration,
double repeatCount,
Animation.RepeatBehavior repeatBehavior,
Object subject,
Animation.Dimension dimension,
TimingHandler handler,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator)
Creates a new Animation object that will be handled
by this AnimationManager.
|
Copyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.