|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.TextAnimationCollection
public class TextAnimationCollection
Represent collection of text animations.
Constructor Summary | |
---|---|
TextAnimationCollection()
|
Method Summary | |
---|---|
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements from the collection into the specified array. |
TextAnimation |
get(int index)
Gets element by index. |
TextAnimation[] |
get(IShape shape)
Gets all elements |
int |
getCount()
Gets a number of elements in the collection. |
java.lang.Object |
getSyncRoot()
Gets a synchronization root. |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
int |
size()
Gets the size of the collection. |
Constructor Detail |
---|
public TextAnimationCollection()
Method Detail |
---|
public int getCount()
public TextAnimation get(int index)
index
-
public TextAnimation[] get(IShape shape)
shape
-
public int size()
public void copyTo(java.lang.Object[] array, int index)
array
- Array to fill.index
- Starting position in target array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |