public class AnimationEvent
extends java.lang.Object
AnimationListener
,
ComponentAnimator
Modifier and Type | Field and Description |
---|---|
static int |
ANIMATION_END
state identifying the end of an animation
|
static int |
ANIMATION_FRAME
state identifying a change in the animation (the component has changed of bounds)
|
static int |
ANIMATION_START
state identifying the beginning of an animation
|
Constructor and Description |
---|
AnimationEvent(java.awt.Component source,
int state)
Event Constructor.
|
public static final int ANIMATION_START
public static final int ANIMATION_FRAME
public static final int ANIMATION_END
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.