Method Summary |
|
public void | add(LegendItem item) Adds a legend item to the collection. |
public void | addAll(LegendItemCollection collection) Adds the legend items from another collection to this collection. |
public Object | clone() Returns a clone of the collection. |
public boolean | equals(Object obj) Tests this collection for equality with an arbitrary object.
Parameters: obj - the object (null permitted). |
public LegendItem | get(int index) Returns a legend item from the collection.
Parameters: index - the legend item index (zero-based). |
public int | getItemCount() Returns the number of legend items in the collection. |
public Iterator | iterator() Returns an iterator that provides access to all the legend items. |