Package | Description |
---|---|
org.netbeans.api.visual.animator |
This package contains
SceneAnimator classes which is used for controlling animations on a scene. |
Modifier and Type | Method and Description |
---|---|
Animator |
AnimatorEvent.getAnimator()
Returns the related animator instance.
|
Animator |
SceneAnimator.getColorAnimator()
Returns the color animator which animates background and foreground colors of all widgets in the scene.
|
Animator |
SceneAnimator.getPreferredBoundsAnimator()
Returns the preferred bounds animator which animates preferred bounds of all widgets in the scene.
|
Animator |
SceneAnimator.getPreferredLocationAnimator()
Returns the preferred location animator which animates preferred location of all widgets in the scene.
|
Animator |
SceneAnimator.getZoomAnimator()
Returns the zoom animator.
|