Package com.grapecity.documents.excel
Interface IColorStops
- All Superinterfaces:
Iterable<IColorStop>
Represents a collection of all the
IColorStop objects for thespecified series.-
Method Summary
Modifier and TypeMethodDescriptionadd(double position) Adds anIColorStopobject to the specified collection.voidclear()Clears the represented object.get(int index) Returns theIColorStopobject from a collection.intgetCount()Gets the number of represented objects.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
get
Returns theIColorStopobject from a collection.- Parameters:
index- Specifies the position of an element in the collection.
-
getCount
int getCount()Gets the number of represented objects. -
add
Adds anIColorStopobject to the specified collection.- Parameters:
position- Represents the position in which to apply the color stop.
-
clear
void clear()Clears the represented object.
-