Uses of Interface
org.das2.dataset.TableDataSetConsumer

Packages that use TableDataSetConsumer
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. 
 

Uses of TableDataSetConsumer in org.das2.components
 

Methods in org.das2.components with parameters of type TableDataSetConsumer
static VerticalSpectrogramAverager VerticalSpectrogramAverager.createAverager(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
static VerticalSpectrogramSlicer VerticalSpectrogramSlicer.createSlicer(DasPlot plot, DasAxis xAxis, TableDataSetConsumer dataSetConsumer)
           
static AngleSpectrogramSlicer AngleSpectrogramSlicer.createSlicer(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
static HorizontalSpectrogramSlicer HorizontalSpectrogramSlicer.createSlicer(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
static VerticalSpectrogramSlicer VerticalSpectrogramSlicer.createSlicer(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
 

Uses of TableDataSetConsumer in org.das2.event
 

Methods in org.das2.event with parameters of type TableDataSetConsumer
 DataPointSelectionListener CutoffMouseModule.getSlicer(DasPlot plot, TableDataSetConsumer consumer)
           
 DataPointSelectionListener PeakDetectorMouseModule.getSlicer(DasPlot plot, TableDataSetConsumer consumer)
           
 

Constructors in org.das2.event with parameters of type TableDataSetConsumer
AngleSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
HorizontalSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
 

Uses of TableDataSetConsumer in org.das2.graph
 

Subinterfaces of TableDataSetConsumer in org.das2.graph
 interface DasZAxisPlot
           
 

Classes in org.das2.graph that implement TableDataSetConsumer
 class SpectrogramRenderer
           
 class StackedHistogramRenderer