|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.anim.AnimationEvent
An event that is is used for the communication between an animation object or player and an animation listener.
Field Summary | |
static int |
BEGIN
Event hint specifier. |
static int |
END
Event hint specifier. |
static int |
OPTIMIZE_OFF
Event hint specifier. |
static int |
OPTIMIZE_ON
Event hint specifier. |
static int |
SHOW
Event hint specifier. |
Constructor Summary | |
AnimationEvent(int hint)
Create a new Instance of AnimationEvent with a given hint specifier. |
Method Summary | |
int |
getHint()
Returns the event hint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SHOW
public static final int OPTIMIZE_ON
public static final int OPTIMIZE_OFF
public static final int BEGIN
public static final int END
Constructor Detail |
public AnimationEvent(int hint)
Method Detail |
public int getHint()
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |