|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientStopCollectionEffectiveData
public class GradientStopCollectionEffectiveData
Represents a collection of GradientStopData objects.
Method Summary | |
---|---|
void |
copyTo(IGradientStopEffectiveData[] 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
Returns the number of gradient stops in a collection.
Read-only int
.
size
in interface IGenericCollection<IGradientStopEffectiveData>
public IGradientStopEffectiveData get_Item(int index)
Returns the gradient stop by index.
get_Item
in interface IGradientStopCollectionEffectiveData
public 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>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public void copyTo(IGradientStopEffectiveData[] array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface IGenericCollection<IGradientStopEffectiveData>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean
.
isSynchronized
in interface IGenericCollection<IGradientStopEffectiveData>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface IGenericCollection<IGradientStopEffectiveData>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |