com.spire.presentation.collections
Class ShapeAdjustCollection

java.lang.Object
  extended by com.spire.presentation.collections.ShapeAdjustmentList
      extended by com.spire.presentation.collections.ShapeAdjustCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public final class ShapeAdjustCollection
extends ShapeAdjustmentList
implements com.spire.ms.System.Collections.ICollection

Reprasents a collection of shape's adjustments.


Constructor Summary
ShapeAdjustCollection(ShapeNode parent)
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
          Copies all elements from the collection to the specified array.
 java.lang.Object getSyncRoot()
          Gets a synchronization root.
 boolean isSynchronized()
          Gets a value indicating whether access to the collection is synchronized (thread-safe).
 com.spire.ms.System.Collections.IEnumerator iterator()
          Gets a iterator of the collection.
 int size()
          Gets the size of the collection.
 
Methods inherited from class com.spire.presentation.collections.ShapeAdjustmentList
get, getCount
 

Constructor Detail

ShapeAdjustCollection

public ShapeAdjustCollection(ShapeNode parent)
Method Detail

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)
Copies all elements from the collection to the specified array.

Parameters:
array - Target array.
index - Starting index in the target array.

size

public int size()
Gets the size of the collection.

Returns:

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:

iterator

public com.spire.ms.System.Collections.IEnumerator iterator()
Gets a iterator of the collection.

Returns: