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
IAnimationobjects that are assigned to it.This struct represents an animation that has beenstartedinAnimationManagerand has not beenstoppedyet.An animation that can be added toAnimationManager.