sequencecollection-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class sequencecollection

java.lang.object
  extended by 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.


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

sequencecollection

public sequencecollection(timeline tl)
method detail

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()


网站地图