Uses of Interface
org.das2.dataset.DataSetConsumer

Packages that use DataSetConsumer
org.das2.components Provides GUI components for building applications. 
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
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.util Utility classes useful for the implementation of other packages, but not necessarily part of any one package. 
 

Uses of DataSetConsumer in org.das2.components
 

Classes in org.das2.components that implement DataSetConsumer
 class AngleSpectrogramSlicer
           
 class HistogramSlicer
           
 class HorizontalSpectrogramSlicer
           
 class VerticalSpectrogramAverager
           
 class VerticalSpectrogramSlicer
           
 

Uses of DataSetConsumer in org.das2.dataset
 

Subinterfaces of DataSetConsumer in org.das2.dataset
 interface TableDataSetConsumer
           
 

Uses of DataSetConsumer in org.das2.event
 

Methods in org.das2.event with parameters of type DataSetConsumer
static DumpToFileMouseModule DumpToFileMouseModule.create(DasPlot parent, DataSetConsumer dsConsumer)
           
 

Constructors in org.das2.event with parameters of type DataSetConsumer
AngleSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
BoxRangeSelectorMouseModule(DasCanvasComponent parent, DataSetConsumer consumer, DasAxis xAxis, DasAxis yAxis)
           
BoxSelectorMouseModule(DasCanvasComponent parent, DasAxis xAxis, DasAxis yAxis, DataSetConsumer consumer, DragRenderer dragRenderer, java.lang.String label)
           
BoxZoomMouseModule(DasCanvasComponent parent, DataSetConsumer consumer, DasAxis xAxis, DasAxis yAxis)
          Creates a new instance of BoxZoomMouseModule
CrossHairMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xAxis, DasAxis yAxis)
           
CrossHairRenderer(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xAxis, DasAxis yAxis)
           
CutoffMouseModule(DasPlot parent, DataSetConsumer consumer)
           
DataPointSelectorMouseModule(DasPlot parent, DataSetConsumer consumer, DragRenderer dragRenderer, java.lang.String label)
           
DumpToFileMouseModule(DasCanvasComponent parent, DataSetConsumer dsConsumer, DasAxis xAxis, DasAxis yAxis)
           
HorizontalDragRangeSelectorMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis axis)
           
HorizontalSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
PeakDetectorMouseModule(DasPlot parent, DataSetConsumer consumer)
           
VerticalSlicerMouseModule(DasCanvasComponent parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
 

Uses of DataSetConsumer in org.das2.graph
 

Subinterfaces of DataSetConsumer in org.das2.graph
 interface DasZAxisPlot
           
 

Classes in org.das2.graph that implement DataSetConsumer
 class ContoursRenderer
          Renderer for making contour plots
 class CurveRenderer
           
 class DasEventsIndicator
           
 class DasPlot
           
 class EventsRenderer
           
 class ImageVectorDataSetRenderer
           
 class PlotSymbolRenderer
           
 class Renderer
           
 class SeriesRenderer
          SeriesRender is a high-performance replacement for the SymbolLineRenderer.
 class SpectrogramRenderer
           
 class StackedHistogramRenderer
           
 class StippledTableRenderer
           
 class SymbolLineRenderer
           
 class TickCurveRenderer
           
 class ZDeformRenderer
           
 

Uses of DataSetConsumer in org.das2.util
 

Classes in org.das2.util that implement DataSetConsumer
 class GraphicalLogHandler.LogRenderer