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.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IGradientStopEffectiveData> |
iteratorJava()
Returns a java iterator for the entire 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 IGradientStopCollectionEffectiveDatapublic 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>IGenericEnumerator that can be used to iterate through the collection.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IGradientStopEffectiveData> iteratorJava()
Returns a java iterator for the entire collection.
iteratorJava in interface IGenericCollection<IGradientStopEffectiveData>Iterator for the entire 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>Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.