Uses of Class
org.math.plot.components.LegendPanel

Packages that use LegendPanel
org.math.plot   
org.math.plot.canvas   
org.math.plot.components   
 

Uses of LegendPanel in org.math.plot
 

Fields in org.math.plot declared as LegendPanel
 LegendPanel PlotPanel.plotLegend
           
 

Uses of LegendPanel in org.math.plot.canvas
 

Fields in org.math.plot.canvas declared as LegendPanel
 LegendPanel PlotCanvas.linkedLegendPanel
           
 

Methods in org.math.plot.canvas with parameters of type LegendPanel
 void PlotCanvas.attachLegend(LegendPanel lp)
           
 

Uses of LegendPanel in org.math.plot.components
 

Fields in org.math.plot.components declared as LegendPanel
private  LegendPanel DatasFrame.legend
           
 

Constructors in org.math.plot.components with parameters of type LegendPanel
DatasFrame(PlotCanvas p, LegendPanel l)