![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.LegendEntries
public class LegendEntries
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 |
---|
public LegendEntry getLegendEntry(int index)
index
- The zero based index of the LegendEntry.
public int size()
public java.util.Iterator<LegendEntry> entriesIterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |