gradientstopdatacollection-ag凯发旗舰厅
com.spire.presentation.collections
class gradientstopdatacollection
java.lang.object
com.spire.presentation.collections.gradientstopdatacollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class gradientstopdatacollection
- extends java.lang.object
- implements com.spire.ms.system.collections.icollection
represents a collection of gradientstopdata objects.
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. |
gradientstopdatacollection
public gradientstopdatacollection()
getcount
public int getcount()
- gets the number of gradient stops in a collection.
read-only .
- returns:
get
public gradientstopdata get(int index)
- gets the gradient stop by index.
- parameters:
index
-
- returns:
size
public int size()
- get the size of the collection.
- returns:
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:
iterator
public com.spire.ms.system.collections.ienumerator iterator()
- gets a iterator of the collection.
- returns: