[]
        
立即试用
(Showing Draft Content)

IPoints

Interface IPoints

All Superinterfaces:
Iterable<IPoint>

public interface IPoints extends Iterable<IPoint>
表示图表中指定系列中所有IPoint对象的集合。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    返回集合中的单个对象。
    int
    返回集合中的对象数量。
    返回指定对象的父对象。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

      int getCount()
      返回集合中的对象数量。
    • getParent

      ISeries getParent()
      返回指定对象的父对象。
    • get

      IPoint get(int index)
      返回集合中的单个对象。
      Parameters:
      index - 对象的索引号。
      Returns:
      IPoint 对象。