Uses of Class
com.jrefinery.chart.Legend

Packages that use Legend
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.event The event classes in the JFreeChart class library. 
 

Uses of Legend in com.jrefinery.chart
 

Subclasses of Legend in com.jrefinery.chart
 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 com.jrefinery.chart that return Legend
 Legend JFreeChart.getLegend()
          Returns the chart legend.
static Legend Legend.createInstance(JFreeChart chart)
          Static factory method that returns a concrete subclass of Legend.
 

Methods in com.jrefinery.chart with parameters of type Legend
 void JFreeChart.setLegend(Legend legend)
          Sets the chart legend.
 

Uses of Legend in com.jrefinery.chart.event
 

Methods in com.jrefinery.chart.event that return Legend
 Legend LegendChangeEvent.getLegend()
          Returns the legend that generated the event.
 

Constructors in com.jrefinery.chart.event with parameters of type Legend
LegendChangeEvent(Legend legend)
          Creates a new LegendChangeEvent.