ExtraColorSchemeCollection
ExtraColorSchemeCollection class
Represents a collection of additional color schemes.
getSyncRoot
Name | Description |
---|---|
getSyncRoot () | Returns an object that can be used to synchronize access to the collection. Read-only Object. Returns a synchronization root. Read-only Object. |
Returns: Object
get_Item
Name | Description |
---|---|
get_Item (int) | Returns an color scheme by index. Read-only ExtraColorScheme. |
Returns: ExtraColorScheme
isSynchronized
Name | Description |
---|---|
isSynchronized () | Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Read-only boolean. |
Returns: boolean
iterator
Name | Description |
---|---|
iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
Name | Description |
---|---|
iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
size
Name | Description |
---|---|
size () | Returns a number of elements int the collection. Read-only int. |
Returns: int