Uses of Interface
edu.swri.swiftvis.plot.PlotLegend

Packages that use PlotLegend
edu.swri.swiftvis.plot   
edu.swri.swiftvis.plot.styles   
 

Uses of PlotLegend in edu.swri.swiftvis.plot
 

Methods in edu.swri.swiftvis.plot that return PlotLegend
 PlotLegend DataPlotStyle.getLegendInformation()
          This method should return the legend information for this plot style.
 

Uses of PlotLegend in edu.swri.swiftvis.plot.styles
 

Classes in edu.swri.swiftvis.plot.styles that implement PlotLegend
private  class RectangleGridSurface.RGLegend
           
private  class ScatterStyle.ScatterLegend
           
 

Fields in edu.swri.swiftvis.plot.styles declared as PlotLegend
private  PlotLegend RectangleGridSurface.legendInfo
           
private  PlotLegend ScatterStyle.legendInfo
           
 

Methods in edu.swri.swiftvis.plot.styles that return PlotLegend
 PlotLegend AveragedSurface.getLegendInformation()
           
 PlotLegend VectorFieldStyle.getLegendInformation()
           
 PlotLegend BarStyle.getLegendInformation()
           
 PlotLegend OrbitStyle.getLegendInformation()
           
 PlotLegend RectangleGridSurface.getLegendInformation()
           
 PlotLegend ImageAdder.getLegendInformation()
           
 PlotLegend ScatterStyle.getLegendInformation()
           
 PlotLegend AveragedStreamlines.getLegendInformation()