Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class LegendEntries

java.lang.Object
  extended by com.aspose.cells.LegendEntries

public class LegendEntries
extends java.lang.Object


Method Summary
 java.util.Iterator<LegendEntry> entriesIterator()
          Gets an iterator over the elements in this collection.
 LegendEntry getLegendEntry(int index)
          Gets the LegendEntry at the specified index.
 int size()
          Gets the count of defined LegendEntry in this collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLegendEntry

public LegendEntry getLegendEntry(int index)
Gets the LegendEntry at the specified index.

Parameters:
index - The zero based index of the LegendEntry.
Returns:
The LegendEntry at the specified index.

size

public int size()
Gets the count of defined LegendEntry in this collection.

Returns:
the count of defined LegendEntry in this collection.

entriesIterator

public java.util.Iterator<LegendEntry> entriesIterator()
Gets an iterator over the elements in this collection.

Returns:
an iterator over the elements in this collection.