Package org.netbeans.api.visual.animator
package org.netbeans.api.visual.animator
This package contains SceneAnimator
classes which is used for controlling animations on a scene.
Also you can supply your own animator by implementing Animator
class.
Also you can listen on each animator using AnimatorListener
interface.
-
ClassDescriptionRepresents an animator.This is an animator event which is used by
AnimatorListener
.This interface is used for notifying about important events onAnimator
.Manages all animations on a scene.