接口 IChartGroups

所有超级接口:
Iterable<IChartGroup>

public interface IChartGroups extends Iterable<IChartGroup>
Represents a collection of all the IChartGroup objects in thespecified chart.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    Returns a single object from a collection.
    int
    Returns the number of objects in the collection.
    Returns the parent object for the specified object.

    从接口继承的方法 java.lang.Iterable

    forEach, iterator, spliterator
  • 方法详细资料

    • getCount

      int getCount()
      Returns the number of objects in the collection.
    • getParent

      IChart getParent()
      Returns the parent object for the specified object.
    • get

      IChartGroup get(int index)
      Returns a single object from a collection.