接口 ILegendEntries

所有超级接口:
Iterable<ILegendEntry>

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

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

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

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