Interface IAdjustments
Represents a collection of adjustment values for the specified AutoShape or connector.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Gets the count of adjustments point- Returns:
- The count of adjustment points.
-
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- Parameters:
index- of adjustments collectionvalue- of adjustment point
-