@NonNullByDefault
Package ej.mwt.animation
Contains animation framework.
-
Interface Summary Interface Description Animation An animation is responsible for animating a element (usually a visual one).Animator.AnimationListener Listener for animation events.Animator.AnimatorListener Listener for animator events. -
Class Summary Class Description AnimationBenchmark Static utility for benchmarking animations: tracks duration and frame rate ofAnimationinstances wrapped byAnimationBenchmark.track(Animation).AnimationBenchmark.TrackedAnimation AnAnimationdecorator that records timing data for benchmarking.Animator An animator executes animations as fast as possible. -
Exception Summary Exception Description AnimationBenchmark.AnimationTimeoutException Thrown byAnimationBenchmark.wait(String, long)when the animation did not complete within the specified timeout.