| 
 | 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 AnimationObjectto the composite. | 
|  boolean | isEmpty()Returns trueif this composite contains no animations. | 
|  void | removeAnimation(AnimationObject ao)Removes an AnimationObjectfrom 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 AnimationObjectvoid removeAnimation(AnimationObject ao)
AnimationObject from the composite.
ao - the AnimationObjectboolean isEmpty()
true if this composite contains no animations.
true if this composite contains no animations.| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||