|
||||||||||
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 | |
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 |
clone, equals, 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |