Uses of Class
org.jfree.chart.title.LegendTitle
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
-
Uses of LegendTitle in org.jfree.chart
Methods in org.jfree.chart that return LegendTitle Modifier and Type Method Description LegendTitleJFreeChart. getLegend()Returns the legend for the chart, if there is one.LegendTitleJFreeChart. getLegend(int index)Returns the nth legend for a chart, ornull.Methods in org.jfree.chart with parameters of type LegendTitle Modifier and Type Method Description voidJFreeChart. addLegend(LegendTitle legend)Adds a legend to the plot and sends aChartChangeEventto all registered listeners.