public class GradientStopCollectionEffectiveData extends java.lang.Object implements IGradientStopCollectionEffectiveData
Represents a collection of GradientStopData objects.
Modifier and Type | Method and Description |
---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array.
|
IGradientStopEffectiveData |
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.Generic.IGenericEnumerator<IGradientStopEffectiveData> |
iterator()
Returns an enumerator that iterates through the collection.
|
int |
size()
Returns the number of gradient stops in a collection.
|
public final int size()
Returns the number of gradient stops in a collection.
Read-only int
.
size
in interface com.aspose.ms.System.Collections.ICollection<IGradientStopEffectiveData>
public final IGradientStopEffectiveData get_Item(int index)
Returns the gradient stop by index.
get_Item
in interface IGradientStopCollectionEffectiveData
public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IGradientStopEffectiveData> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStopEffectiveData>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IGradientStopEffectiveData>
iterator
in interface java.lang.Iterable<IGradientStopEffectiveData>
System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public final void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<IGradientStopEffectiveData>
array
- Target array.index
- Starting index in the target array.public final boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean
.
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<IGradientStopEffectiveData>
public final java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<IGradientStopEffectiveData>