接口 IColorStops
- 所有超级接口:
Iterable<IColorStop>
代表指定系列的所有
IColorStop
对象的集合。-
方法概要
修饰符和类型方法说明add
(double position) 添加一个IColorStop
对象到指定的集合中。void
clear()
清除所代表的对象。get
(int index) 返回集合中的IColorStop
对象。int
getCount()
获取表示对象的数量。从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
get
返回集合中的IColorStop
对象。- 参数:
index
- 指定集合中元素的位置。
-
getCount
int getCount()获取表示对象的数量。 -
add
添加一个IColorStop
对象到指定的集合中。- 参数:
position
- 表示应用颜色停止的位置。
-
clear
void clear()清除所代表的对象。
-