|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeAnimationObject
Specifies the contract of composite animation objects.
Method Summary | |
---|---|
void |
addAnimation(AnimationObject ao)
Adds an AnimationObject to the composite. |
boolean |
isEmpty()
Returns true if this composite contains no animations. |
void |
removeAnimation(AnimationObject ao)
Removes an AnimationObject from the composite. |
Methods inherited from interface y.anim.AnimationObject |
---|
calcFrame, disposeAnimation, initAnimation, preferredDuration |
Method Detail |
---|
void addAnimation(AnimationObject ao)
AnimationObject
to the composite.
ao
- the AnimationObject
void removeAnimation(AnimationObject ao)
AnimationObject
from the composite.
ao
- the AnimationObject
boolean isEmpty()
true
if this composite contains no animations.
true
if this composite contains no animations.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |