Package com.luciad.animations
package com.luciad.animations
Animations API.
Provides a simple animation framework. Animations are created by implementing the IAnimation
interface, and played back using AnimationManager
.
-
ClassDescriptionClass that starts, updates and stops
IAnimation
objects that are assigned to it.This struct represents an animation that has beenstarted
inAnimationManager
and has not beenstopped
yet.An animation that can be added toAnimationManager
.