com.spire.presentation.collections
Class GradientStopCollection
java.lang.Object
com.spire.presentation.collections.GradientStopList
com.spire.presentation.collections.GradientStopCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IActivePresentation, ISlideComponent, java.lang.Iterable
public final class GradientStopCollection
- extends GradientStopList
- implements com.spire.ms.System.Collections.ICollection
Represnts a collection of gradient stops.
Method Summary |
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements from the collection to the specified array. |
java.lang.Object |
getSyncRoot()
Gets a synchronization root.、
Readonly . |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
GradientStopCollection
public GradientStopCollection(ISlideComponent parent)
copyTo
public void copyTo(java.lang.Object[] array,
int index)
- Copies all elements from the collection to the specified array.
- Parameters:
array
- index
-
isSynchronized
public boolean isSynchronized()
- Gets a value indicating whether access to the collection is synchronized (thread-safe).
- Returns:
getSyncRoot
public java.lang.Object getSyncRoot()
- Gets a synchronization root.、
Readonly .
- Returns: