|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.AnimationEffectCollection
public class AnimationEffectCollection
Represent collection of effects.
| Constructor Summary | |
|---|---|
AnimationEffectCollection(TimeLine parent)
|
|
| Method Summary | |
|---|---|
AnimationEffect |
addEffect(IShape shape,
AnimationEffectType animationEffectType)
Add new effect to the end of sequence. |
void |
clear()
Removes all effects from a collection. |
AnimationEffect |
get(int index)
Gets an effect at the specified index. |
int |
getCount()
Gets the number of effects in a sequense. |
Shape |
getTriggerShape()
Gets or set shape target for INTERACTIVE sequence. |
void |
remove(AnimationEffect item)
Removes specified effect from a collection. |
void |
removeAt(int index)
Removes an effect from a collection. |
void |
setTriggerShape(Shape value)
Gets or set shape target for INTERACTIVE sequence. |
| Constructor Detail |
|---|
public AnimationEffectCollection(TimeLine parent)
| Method Detail |
|---|
public int getCount()
public void remove(AnimationEffect item)
item - public void removeAt(int index)
index - public void clear()
public AnimationEffect get(int index)
index -
public Shape getTriggerShape()
public void setTriggerShape(Shape value)
value -
public AnimationEffect addEffect(IShape shape,
AnimationEffectType animationEffectType)
shape - animationEffectType -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||