org.jfree.chart.entity
public class LegendItemEntity extends ChartEntity implements Cloneable, Serializable
| Constructor Summary | |
|---|---|
| LegendItemEntity(Shape area)
Creates a legend item entity.
| |
| Method Summary | |
|---|---|
| Object | clone()
Returns a clone of the entity.
|
| boolean | equals(Object obj)
Tests this object for equality with an arbitrary object.
|
| int | getSeriesIndex()
Returns the series index.
|
| void | setSeriesIndex(int index)
Sets the series index.
|
Parameters: area the area.
Returns: A clone.
Throws: CloneNotSupportedException if there is a problem cloning the object.
Parameters: obj the object (null permitted).
Returns: A boolean.
Returns: The series index.
Parameters: index the series index.