Uses of Class
com.approximatrix.charting.Legend

Packages that use Legend
com.approximatrix.charting   
com.approximatrix.charting.swing   
 

Uses of Legend in com.approximatrix.charting
 

Fields in com.approximatrix.charting declared as Legend
protected  Legend AbstractChart.legend
           
 

Methods in com.approximatrix.charting that return Legend
 Legend GenericChart.getLegend()
          Returns this chart's legend.
 Legend Chart.getLegend()
          Returns this chart's legend.
 Legend AbstractChart.getLegend()
          Returns this chart's legend.
 

Methods in com.approximatrix.charting with parameters of type Legend
 void GenericChart.setLegend(Legend l)
          Sets the legend for this chart.
 void Chart.setLegend(Legend l)
          Sets the legend for this chart.
 void AbstractChart.setLegend(Legend l)
          Sets the legend for this chart.
 

Uses of Legend in com.approximatrix.charting.swing
 

Methods in com.approximatrix.charting.swing that return Legend
 Legend ExtendedChartPanel.getLegend()
          Returns this chart's legend.
 Legend ChartPanel.getLegend()
          Returns this chart's legend.
 

Methods in com.approximatrix.charting.swing with parameters of type Legend
 void ExtendedChartPanel.setLegend(Legend l)
          Sets the legend for this chart.
 void ChartPanel.setLegend(Legend l)
          Sets the legend for this chart.