com.spire.presentation.collections
Class GradientStopDataCollection

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

public class GradientStopDataCollection
extends java.lang.Object
implements com.spire.ms.System.Collections.ICollection

Represents a collection of GradientStopData objects.


Constructor Summary
GradientStopDataCollection()
           
 
Method Summary
 GradientStopData get(int index)
          Gets the gradient stop by index.
 int getCount()
          Gets the number of gradient stops in a collection.
 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()
          Get the size of the collection.
 

Constructor Detail

GradientStopDataCollection

public GradientStopDataCollection()
Method Detail

getCount

public int getCount()
Gets the number of gradient stops in a collection. Read-only .

Returns:

get

public GradientStopData get(int index)
Gets the gradient stop by index.

Parameters:
index -
Returns:

size

public int size()
Get 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: