[]
        
(Showing Draft Content)

IAdjustments

Interface IAdjustments

All Superinterfaces:
Iterable<Double>

public interface IAdjustments extends Iterable<Double>
Represents a collection of adjustment values for the specified AutoShape or connector.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    get(int index)
    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

    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 collection
      value - of adjustment point