com.spire.presentation.drawing
Class FillStyleCollection

java.lang.Object
  extended by com.spire.presentation.drawing.FillStyleList
      extended by com.spire.presentation.drawing.FillStyleCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public final class FillStyleCollection
extends FillStyleList
implements com.spire.ms.System.Collections.ICollection

Represents the collection of fill styles.


Constructor Summary
FillStyleCollection()
           
 
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).
 int size()
           
 
Methods inherited from class com.spire.presentation.drawing.FillStyleList
get, getCount, iterator
 

Constructor Detail

FillStyleCollection

public FillStyleCollection()
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.

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:

size

public int size()