接口 IColorStops
- 所有超级接口:
Iterable<IColorStop>
Represents a collection of all the
IColorStop
objects for thespecified series.-
方法概要
修饰符和类型方法说明add
(double position) Adds anIColorStop
object to the specified collection.void
clear()
Clears the represented object.get
(int index) Returns theIColorStop
object from a collection.int
getCount()
Gets the number of represented objects.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
get
Returns theIColorStop
object from a collection.- 参数:
index
- Specifies the position of an element in the collection.
-
getCount
int getCount()Gets the number of represented objects. -
add
Adds anIColorStop
object to the specified collection.- 参数:
position
- Represents the position in which to apply the color stop.
-
clear
void clear()Clears the represented object.
-