com.aspose.slides
Class GradientStopDataExCollection

java.lang.Object
  extended by com.aspose.slides.GradientStopDataExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<GradientStopDataEx>, com.aspose.ms.System.Collections.IEnumerable<GradientStopDataEx>, java.lang.Iterable<GradientStopDataEx>

public class GradientStopDataExCollection
extends java.lang.Object
implements com.aspose.ms.System.Collections.ICollection<GradientStopDataEx>

Represents a collection of GradientStopDataEx objects.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 GradientStopDataEx get_Item(int index)
           Returns the gradient stop by index.
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 com.aspose.ms.System.Collections.IEnumerator<GradientStopDataEx> iterator()
           Returns an enumerator for the entire collection.
 int size()
           Returns the number of gradient stops in a collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()

Returns the number of gradient stops in a collection. Read-only int.

Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<GradientStopDataEx>

get_Item

public GradientStopDataEx get_Item(int index)

Returns the gradient stop by index.


iterator

public com.aspose.ms.System.Collections.IEnumerator<GradientStopDataEx> iterator()

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<GradientStopDataEx>
Specified by:
iterator in interface java.lang.Iterable<GradientStopDataEx>
Returns:
An IEnumerator for the entire collection.

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<GradientStopDataEx>
Parameters:
array - Target array.
index - Starting index in the target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<GradientStopDataEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<GradientStopDataEx>