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