|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||
java.lang.objectcom.spire.presentation.collections.commonbehaviorcollection
public class commonbehaviorcollection
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 |
|---|
public commonbehaviorcollection()
| method detail |
|---|
public int getcount()
public int append(commonbehavior item)
item -
public void insert(int index,
commonbehavior item)
index - item - public void remove(commonbehavior item)
item - public void removeat(int index)
index - public void clear()
public commonbehavior 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 | ||||||||