接口 IAdjustments

所有超级接口:
Iterable<Double>

public interface IAdjustments extends Iterable<Double>
Represents a collection of adjustment values for the specified AutoShape or connector.
  • 方法概要

    修饰符和类型
    方法
    说明
    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

    从接口继承的方法 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 collection
      value - of adjustment point