|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.animation.timing.triggers.TriggerEvent
org.jdesktop.animation.timing.triggers.TimingTriggerEvent
public class TimingTriggerEvent
Timing events; TimingTriggers can be set to fire when an animator starts, stops, or repeats.
Field Summary | |
---|---|
static TimingTriggerEvent |
REPEAT
Event fired when Animator finishes one cycle and starts another |
static TimingTriggerEvent |
START
Event fired when Animator starts |
static TimingTriggerEvent |
STOP
Event fired when Animator stops |
Method Summary | |
---|---|
TriggerEvent |
getOppositeEvent()
This method finds the opposite of the current event.: START -> STOP and STOP -> START. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TimingTriggerEvent START
public static final TimingTriggerEvent STOP
public static final TimingTriggerEvent REPEAT
Method Detail |
---|
public TriggerEvent getOppositeEvent()
getOppositeEvent
in class TriggerEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |