Package com.luciad.view.animation
package com.luciad.view.animation
Provides a simple animation framework. Animations are created by implementing
the interface
ILcdAnimation
,
and played back using ALcdAnimationManager
.- Since:
- 2012.0
-
ClassDescriptionConvenience class for implementing animations, including
ILcdView
based animations.Implementations of this interface transform the relative progress of the animation (between 0 and 1 with respect to the animation's duration).A global manager for animation playback.An interface for an animation that can be played back usingALcdAnimationManager
.Implementation ofILcdAnimation
which is lambda-friendly.