Uses of Class
org.jfree.chart.Legend
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
-
Uses of Legend in org.jfree.chart
Subclasses of Legend in org.jfree.chart Modifier and Type Class Description class
MeterLegend
A legend for meter plots.class
StandardLegend
A chart legend shows the names and visual representations of the series that are plotted in a chart.Methods in org.jfree.chart that return Legend Modifier and Type Method Description static Legend
Legend. createInstance(JFreeChart chart)
Static factory method that returns a concrete subclass of Legend.Legend
JFreeChart. getLegend()
Returns the chart legend.Methods in org.jfree.chart with parameters of type Legend Modifier and Type Method Description void
JFreeChart. setLegend(Legend legend)
Sets the chart legend. -
Uses of Legend in org.jfree.chart.event
Methods in org.jfree.chart.event that return Legend Modifier and Type Method Description Legend
LegendChangeEvent. getLegend()
Returns the legend that generated the event.Constructors in org.jfree.chart.event with parameters of type Legend Constructor Description LegendChangeEvent(Legend legend)
Creates a new LegendChangeEvent.