Uses of Class
org.das2.graph.DasColorBar

Packages that use DasColorBar
org.das2.components Provides GUI components for building applications. 
org.das2.event Classes for adding interactivity to the application components. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
org.das2.graph.dnd Contains Transferable classes for implementing the drop and drop in the IDE. 
 

Uses of DasColorBar in org.das2.components
 

Methods in org.das2.components that return DasColorBar
 DasColorBar ColorBarComponent.getColorBar()
           
 

Uses of DasColorBar in org.das2.event
 

Constructors in org.das2.event with parameters of type DasColorBar
ColorBarRepaletteMouseModule(Renderer parent, DasColorBar colorBar)
           
 

Uses of DasColorBar in org.das2.graph
 

Methods in org.das2.graph that return DasColorBar
static DasColorBar DasColorBar.createNamedColorBar(java.lang.String name)
           
 DasColorBar PlotSymbolRenderer.getColorBar()
           
 DasColorBar SeriesRenderer.getColorBar()
          Getter for property colorBar.
 DasColorBar SpectrogramRenderer.getColorBar()
           
 

Methods in org.das2.graph with parameters of type DasColorBar
 void PlotSymbolRenderer.setColorBar(DasColorBar colorBar)
           
 void SeriesRenderer.setColorBar(DasColorBar colorBar)
          Setter for property colorBar.
 void SpectrogramRenderer.setColorBar(DasColorBar cb)
           
 

Constructors in org.das2.graph with parameters of type DasColorBar
DasColorBar.ColorBarRepaletteMouseModule(Renderer parent, DasColorBar colorBar)
           
SpectrogramRenderer(DasPlot parent, DataSetDescriptor dsd, DasColorBar colorBar)
          Deprecated. use {link #SpectrogramRenderer(org.das2.dataset.DataSetDescriptor, org.das2.graph.DasColorBar)}
SpectrogramRenderer(DataSetDescriptor dsd, DasColorBar colorBar)
           
 

Uses of DasColorBar in org.das2.graph.dnd
 

Constructors in org.das2.graph.dnd with parameters of type DasColorBar
TransferableCanvasComponent(DasColorBar cb)