sequencecollection-ag凯发旗舰厅
com.spire.presentation.drawing.animation
class sequencecollection
java.lang.object
com.spire.presentation.drawing.animation.sequencecollection
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class sequencecollection
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
represent collection of interactive sequences.
sequencecollection
public sequencecollection(timeline tl)
getcount
public int getcount()
- gets the number of elements in a collection
- returns:
add
public animationeffectcollection add(ishape shape)
- add new interactive sequence.
read/write .
- parameters:
shape
-
- returns:
remove
public void remove(animationeffectcollection item)
- removes specified sequence from a collection.
- parameters:
item
- sequence to remove.
removeat
public void removeat(int index)
- removes sequence at the specified index.
- parameters:
index
-
clear
public void clear()
- removes all sequences from a collection.
get
public animationeffectcollection get(int index)
- gets a sequense at the specified index.
- parameters:
index
-
- returns:
iterator
public com.spire.ms.system.collections.ienumerator iterator()