Interface ILegendEntries
- All Superinterfaces:
Iterable<ILegendEntry>
Represents a collection of all the
ILegendEntry objects in thespecified chart legend.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
int getCount()Returns the number of objects in the collection. -
getParent
ILegend getParent()Returns the parent object for the specified object. -
get
Returns a single object from a collection.
-