| Package | Description |
|---|---|
| org.opennms.netmgt.jasper.rrdtool |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
Legend.getEntry()
Method getEntry.Returns the contents of the collection in an
Array.
|
Entry |
Legend.getEntry(int index)
Method getEntry.
|
Entry |
Legend.removeEntryAt(int index)
Method removeEntryAt.
|
static Entry |
Entry.unmarshal(Reader reader)
Method unmarshal.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Entry> |
Legend.enumerateEntry()
Method enumerateEntry.
|
List<Entry> |
Legend.getEntryCollection()
Method getEntryCollection.Returns a reference to
'_entryList'.
|
Iterator<Entry> |
Legend.iterateEntry()
Method iterateEntry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Legend.addEntry(Entry vEntry) |
void |
Legend.addEntry(int index,
Entry vEntry) |
boolean |
Legend.removeEntry(Entry vEntry)
Method removeEntry.
|
void |
Legend.setEntry(Entry[] vEntryArray) |
void |
Legend.setEntry(int index,
Entry vEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
Legend.setEntry(List<Entry> vEntryList)
Sets the value of '_entryList' by copying the given Vector.
|
void |
Legend.setEntryCollection(List<Entry> entryList)
Deprecated.
|
Copyright © 2015. All rights reserved.