|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.drawing.FillStyleList
com.spire.presentation.drawing.FillStyleCollection
public final class FillStyleCollection
Represents the collection of fill styles.
Constructor Summary | |
---|---|
FillStyleCollection()
|
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. |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
int |
size()
|
Methods inherited from class com.spire.presentation.drawing.FillStyleList |
---|
get, getCount, iterator |
Constructor Detail |
---|
public FillStyleCollection()
Method Detail |
---|
public void copyTo(java.lang.Object[] array, int index)
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |