Uses of Class
org.jfree.chart.title.LegendTitle
-
Packages that use LegendTitle Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
. -
-
Uses of LegendTitle in org.jfree.chart
Methods in org.jfree.chart that return LegendTitle Modifier and Type Method 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, ornull
.Methods in org.jfree.chart with parameters of type LegendTitle Modifier and Type Method Description void
JFreeChart. addLegend(LegendTitle legend)
Adds a legend to the plot and sends aChartChangeEvent
to all registered listeners.
-