com.aspose.slides
Class GradientStopCollectionEffectiveData

java.lang.Object
  extended by com.aspose.slides.GradientStopCollectionEffectiveData
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStopEffectiveData>, com.aspose.ms.System.Collections.IEnumerable<IGradientStopEffectiveData>, IGenericCollection<IGradientStopEffectiveData>, IGradientStopCollectionEffectiveData, java.lang.Iterable<IGradientStopEffectiveData>

public class GradientStopCollectionEffectiveData
extends java.lang.Object
implements IGradientStopCollectionEffectiveData

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

size

public int size()

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

Specified by:
size in interface IGenericCollection<IGradientStopEffectiveData>

get_Item

public IGradientStopEffectiveData get_Item(int index)

Returns the gradient stop by index.

Specified by:
get_Item in interface IGradientStopCollectionEffectiveData

iterator

public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IGradientStopEffectiveData> iterator()

Returns an enumerator that iterates through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStopEffectiveData>
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<IGradientStopEffectiveData>
Specified by:
iterator in interface java.lang.Iterable<IGradientStopEffectiveData>
Returns:
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.

copyTo

public void copyTo(IGradientStopEffectiveData[] array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface IGenericCollection<IGradientStopEffectiveData>
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). Read-only boolean.

Specified by:
isSynchronized in interface IGenericCollection<IGradientStopEffectiveData>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Read-only Object.

Specified by:
getSyncRoot in interface IGenericCollection<IGradientStopEffectiveData>


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.