public interface IColorStops extends java.lang.Iterable<IColorStop>
IColorStop objects for the
specified series.| Modifier and Type | Method and Description |
|---|---|
IColorStop |
add(double position)
Adds an
IColorStop object to the specified collection. |
void |
clear()
Clears the represented object.
|
IColorStop |
get(int index)
Returns the
IColorStop object from a collection. |
int |
getCount()
Gets the number of represented objects.
|
IColorStop get(int index)
IColorStop object from a collection.index - Specifies the position of an element in the collection.int getCount()
IColorStop add(double position)
IColorStop object to the specified collection.position - Represents the position in which to apply the color stop.void clear()