public class GradientStopCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
GradientStop | get(int index) | |
void | set(intindex, GradientStop value) | |
Gets the gradient stop by the index. |
Method Summary | ||
---|---|---|
void | add(double position, CellsColor color, int alpha) | |
Add a gradient stop.
|
||
void | add(double position, com.aspose.cells.Color color, int alpha) | |
Add a gradient stop.
|
||
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public GradientStop get(int index) / public void set(int index, GradientStop value)
index
- The index.public void add(double position, CellsColor color, int alpha)
position
- The position of the stop,in unit of percentage.color
- The color of the stop.alpha
- The alpha of the color.public void add(double position, com.aspose.cells.Color color, int alpha)
position
- The position of the stop,in unit of percentage.color
- The color of the stop.alpha
- The alpha of the color.public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)