|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimSequenceEx
public class AnimSequenceEx
Collection of animation effects.
Method Summary | |
---|---|
AnimEffectEx |
addEffect(ShapeEx shape,
AnimEffectTypeEx effectType,
AnimEffectSubtypeEx subtype,
AnimEffectTriggerTypeEx triggerType)
Add new animation effect at the end of a sequence. |
void |
clear()
Removes all animation effects from a collection. |
AnimEffectEx |
get(int index)
Returns the animation effect at the specified index. |
int |
getCount(ShapeEx shape)
Returns the number of animation effects attached to the specified shape. |
java.util.ArrayList |
getEffectsByShape(ShapeEx shape)
Returns array of all effects which attached to the specified shape. |
ShapeEx |
getTriggerShape()
Returns the shape target for the INTERACTIVE sequence. |
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
void |
remove(AnimEffectEx item)
Removes specified animation effect from a collection. |
void |
removeAt(int index)
Removes an animation effect from a collection at the specified index. |
void |
removeByShape(ShapeEx shape)
Removes all effect which attached to the specified shape. |
void |
setTriggerShape(ShapeEx value)
Sets the shape target for the INTERACTIVE sequence. |
int |
size()
Returns the number of animation effects in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public void remove(AnimEffectEx item)
public void removeAt(int index)
public void clear()
public AnimEffectEx get(int index)
public java.util.Iterator iterator()
public ShapeEx getTriggerShape()
public void setTriggerShape(ShapeEx value)
public void removeByShape(ShapeEx shape)
public java.util.ArrayList getEffectsByShape(ShapeEx shape)
public int getCount(ShapeEx shape)
public AnimEffectEx addEffect(ShapeEx shape, AnimEffectTypeEx effectType, AnimEffectSubtypeEx subtype, AnimEffectTriggerTypeEx triggerType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |