|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.drawing.animation.SequenceCollection
public class SequenceCollection
Represent collection of interactive sequences.
Constructor Summary | |
---|---|
SequenceCollection(TimeLine tl)
|
Method Summary | |
---|---|
AnimationEffectCollection |
add(IShape shape)
Add new interactive sequence. |
void |
clear()
Removes all sequences from a collection. |
AnimationEffectCollection |
get(int index)
Gets a sequense at the specified index. |
int |
getCount()
Gets the number of elements in a collection |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
void |
remove(AnimationEffectCollection item)
Removes specified sequence from a collection. |
void |
removeAt(int index)
Removes sequence at the specified index. |
Constructor Detail |
---|
public SequenceCollection(TimeLine tl)
Method Detail |
---|
public int getCount()
public AnimationEffectCollection add(IShape shape)
shape
-
public void remove(AnimationEffectCollection item)
item
- Sequence to remove.public void removeAt(int index)
index
- public void clear()
public AnimationEffectCollection get(int index)
index
-
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |