|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.LegendItemEntity
An entity that represents an item within a legend.
Constructor Summary | |
LegendItemEntity(java.awt.Shape area)
Creates a legend item entity. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone of the entity. |
boolean |
equals(java.lang.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. |
Methods inherited from class org.jfree.chart.entity.ChartEntity |
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LegendItemEntity(java.awt.Shape area)
area
- the area.Method Detail |
public int getSeriesIndex()
public void setSeriesIndex(int index)
index
- the series index.public boolean equals(java.lang.Object obj)
equals
in class ChartEntity
obj
- the object (null
permitted).
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class ChartEntity
java.lang.CloneNotSupportedException
- if there is a problem cloning the object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |