textanimationcollection-ag凯发旗舰厅



com.spire.presentation.collections
class textanimationcollection

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

public class textanimationcollection
extends java.lang.object
implements com.spire.ms.system.collections.icollection

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

textanimationcollection

public textanimationcollection()
method detail

getcount

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

get

public textanimation get(int index)
gets element by index.
parameters:
index -
returns:

get

public textanimation[] get(ishape shape)
gets all elements
parameters:
shape -
returns:

size

public int size()
gets the size of the collection.
returns:

copyto

public void copyto(java.lang.object[] array,
                   int index)
copies all elements from the collection into the specified array.
parameters:
array - array to fill.
index - starting position in target array.

issynchronized

public boolean issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe).
returns:

getsyncroot

public java.lang.object getsyncroot()
gets a synchronization root. readonly .
returns:


网站地图