Uses of Class
org.jfree.chart.title.LegendTitle
-
Uses of LegendTitle in org.jfree.chart
Modifier and TypeMethodDescriptionJFreeChart.getLegend()
Returns the legend for the chart, if there is one.JFreeChart.getLegend
(int index) Returns the nth legend for a chart, ornull
.Modifier and TypeMethodDescriptionvoid
JFreeChart.addLegend
(LegendTitle legend) Adds a legend to the plot and sends aChartChangeEvent
to all registered listeners.