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