|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.GradientStopList
public class GradientStopList
Represnts a collection of gradient stops.
| Constructor Summary | |
|---|---|
GradientStopList(ISlideComponent parent)
|
|
| Method Summary | |
|---|---|
boolean |
append(float position,
java.awt.Color color)
Creates the new gradient stop. |
boolean |
append(float position,
KnownColors knownColor)
Creates the new gradient stop and adds it to the collection. |
GradientStop |
get(int index)
Gets the gradient stop by index. |
int |
getCount()
Gets the number of gradient stops in a collection. |
void |
insert(int index,
float position,
java.awt.Color color)
Creates the new gradient stop. |
void |
insert(int index,
float position,
SchemeColor schemeColor)
Creates the new gradient stop. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
void |
removeAll()
Removes all gradient stops from a collection. |
void |
removeAt(int index)
Removes a gradient stop at the specified index. |
| Methods inherited from interface com.spire.presentation.ISlideComponent |
|---|
getSlide |
| Methods inherited from interface com.spire.presentation.IActivePresentation |
|---|
getPresentation |
| Constructor Detail |
|---|
public GradientStopList(ISlideComponent parent)
| Method Detail |
|---|
public int getCount()
public GradientStop get(int index)
index -
public boolean append(float position,
java.awt.Color color)
position - color -
java.lang.Exception
public boolean append(float position,
KnownColors knownColor)
position - knownColor -
java.lang.Exception
public void insert(int index,
float position,
java.awt.Color color)
index - position - color -
java.lang.Exception
public void insert(int index,
float position,
SchemeColor schemeColor)
index - position - schemeColor - public void removeAt(int index)
index - public void removeAll()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||