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.

  • Class
    Description
    Represents an animator.
    This is an animator event which is used by AnimatorListener.
    This interface is used for notifying about important events on Animator.
    Manages all animations on a scene.