|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.SequenceEx
public class SequenceEx
Collection of animation effects.
Method Summary | |
---|---|
EffectEx |
addEffect(ShapeEx shape,
EffectTypeEx effectType,
EffectSubtypeEx subtype,
EffectTriggerTypeEx triggerType)
Add new animation effect at the end of a sequence. |
void |
clear()
Removes all animation effects from a collection. |
EffectEx |
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<EffectEx> |
getEffectsByShape(ShapeEx shape)
Returns array of all effects which attached to the specified shape. |
java.util.ArrayList<EffectEx> |
getEffectsByShapeId(int shapeId)
Returns array of effects by specify shape id. |
ShapeEx |
getTriggerShape()
Returns the shape target for the INTERACTIVE sequence. |
java.util.Iterator<EffectEx> |
iterator()
Returns an iterator for the entire collection. |
void |
remove(EffectEx 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(EffectEx item)
public void removeAt(int index)
public void clear()
public EffectEx get(int index)
public java.util.Iterator<EffectEx> iterator()
iterator
in interface java.lang.Iterable<EffectEx>
public ShapeEx getTriggerShape()
public void setTriggerShape(ShapeEx value)
public void removeByShape(ShapeEx shape)
public java.util.ArrayList<EffectEx> getEffectsByShape(ShapeEx shape)
public java.util.ArrayList<EffectEx> getEffectsByShapeId(int shapeId)
public int getCount(ShapeEx shape)
public EffectEx addEffect(ShapeEx shape, EffectTypeEx effectType, EffectSubtypeEx subtype, EffectTriggerTypeEx triggerType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |