|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorsEx
public class BehaviorsEx
Collection of animation behaviors.
Method Summary | |
---|---|
int |
add(BehaviorEx item)
Adds new animation behavior at the end of the collection. |
void |
clear()
Removes all of the animation behaviors from the collection. |
BehaviorEx |
get(int index)
Returns the animation behavior at the specified position in the collection. |
void |
insert(int index,
BehaviorEx item)
Inserts the animation behavior at the specified position in the collection. |
java.util.Iterator |
iterator()
Returns an iterator over the animation behaviors in the collection. |
void |
remove(BehaviorEx item)
Removes the first occurrence of the animation behavior in the collection. |
void |
removeAt(int index)
Removes the animation behavior at the specified position in the collection. |
int |
size()
Returns the number of animation behaviors in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public int add(BehaviorEx item)
item
- the animation behavior to be added at the end of the
collection.
public void insert(int index, BehaviorEx item)
index
- index at which the animation behavior is to be inserted.item
- animation behavior to be inserted.public void remove(BehaviorEx item)
item
- animation behavior to be removed from the collection, if
present.public void removeAt(int index)
index
- the index of the animation behavior to be removed.public void clear()
public BehaviorEx get(int index)
index
- index of animation behavior to return.
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |