Interface IAdjustments
- All Superinterfaces:
Iterable<Double>
Represents a collection of adjustment values for the specified AutoShape or connector.
-
Method Summary
double
Gets the value of specified adjustment point
int
Gets the count of adjustments point
void
set(int index,
double value)
Sets the value of specified adjustment point
-
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 collection
value
- of adjustment point