Method Summary |
|
public Object | clone() Returns a clone of the entity. |
public boolean | equals(Object obj) Tests this object for equality with an arbitrary object.
Parameters: obj - the object (null permitted). |
public Dataset | getDataset() Returns a reference to the dataset that this legend item is derived
from. |
public int | getSeriesIndex() Returns the series index. |
public Comparable | getSeriesKey() Returns the series key that identifies the legend item. |
public void | setDataset(Dataset dataset) Sets a reference to the dataset that this legend item is derived from. |
public void | setSeriesIndex(int index) Sets the series index. |
public void | setSeriesKey(Comparable key) Sets the key for the series. |
public String | toString() Returns a string representing this object (useful for debugging
purposes). |