接口 IAdjustments
Represents a collection of adjustment values for the specified AutoShape or connector.
-
方法概要
从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()Gets the count of adjustments point- 返回:
-
get
double get(int index) Gets the value of specified adjustment point -
set
void set(int index, double value) Sets the value of specified adjustment point- 参数:
index
- of adjustments collectionvalue
- of adjustment point
-