Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
Modifier and Type | Method and Description |
---|---|
LegendTitle |
JFreeChart.getLegend()
Returns the legend for the chart, if there is one.
|
LegendTitle |
JFreeChart.getLegend(int index)
Returns the nth legend for a chart, or
null . |
Modifier and Type | Method and Description |
---|---|
void |
JFreeChart.addLegend(LegendTitle legend)
Adds a legend to the plot and sends a
ChartChangeEvent to all
registered listeners. |