| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.GradientStopDataCollection
public class GradientStopDataCollection
Represents a collection of GradientStopData objects.
| Constructor Summary | |
|---|---|
| GradientStopDataCollection() | |
| Method Summary | |
|---|---|
|  GradientStopData | get(int index)Gets the gradient stop by index. | 
|  int | getCount()Gets the number of gradient stops in a collection. | 
|  java.lang.Object | getSyncRoot()Gets a synchronization root. | 
|  boolean | isSynchronized()Gets a value indicating whether access to the collection is synchronized (thread-safe). | 
|  com.spire.ms.System.Collections.IEnumerator | iterator()Gets a iterator of the collection. | 
|  int | size()Get the size of the collection. | 
| Constructor Detail | 
|---|
public GradientStopDataCollection()
| Method Detail | 
|---|
public int getCount()
public GradientStopData get(int index)
index - 
public int size()
public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public com.spire.ms.System.Collections.IEnumerator iterator()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||