commonbehaviorcollection-ag凯发旗舰厅



com.spire.presentation.collections
class commonbehaviorcollection

java.lang.object
  extended by com.spire.presentation.collections.commonbehaviorcollection
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class commonbehaviorcollection
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable

represents collection of behavior effects.


constructor summary
commonbehaviorcollection()
           
 
method summary
 int append(commonbehavior item)
          add new behavior to a collection.
 void clear()
          removes all behaviors from a collection.
 commonbehavior get(int index)
          retirns a behavior at the specified index.
 int getcount()
          gets the number of behaviors in a collection.
 void insert(int index, commonbehavior item)
          inserts new behavior to a collection at the specified index.
 com.spire.ms.system.collections.ienumerator iterator()
          gets a itertor of the collection.
 void remove(commonbehavior item)
          removes specified behavior from a collection.
 void removeat(int index)
          removes behavior from a collection at the specified index.
 
constructor detail

commonbehaviorcollection

public commonbehaviorcollection()
method detail

getcount

public int getcount()
gets the number of behaviors in a collection.
returns:

append

public int append(commonbehavior item)
add new behavior to a collection.
parameters:
item -
returns:

insert

public void insert(int index,
                   commonbehavior item)
inserts new behavior to a collection at the specified index.
parameters:
index -
item -

remove

public void remove(commonbehavior item)
removes specified behavior from a collection.
parameters:
item -

removeat

public void removeat(int index)
removes behavior from a collection at the specified index.
parameters:
index -

clear

public void clear()
removes all behaviors from a collection.

get

public commonbehavior get(int index)
retirns a behavior at the specified index.
parameters:
index -
returns:

iterator

public com.spire.ms.system.collections.ienumerator iterator()
gets a itertor of the collection.
returns:


网站地图