Uses of Interface
org.das2.dataset.DataSetRebinner

Packages that use DataSetRebinner
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of DataSetRebinner in org.das2.dataset
 

Classes in org.das2.dataset that implement DataSetRebinner
 class AverageNoInterpolateTableRebinner
          This rebinner will bin average elements that fall on the same bin, and will enlarge cells that cover multiple bins.
 class AveragePeakTableRebinner
           
 class AverageTableRebinner
           
 class NearestNeighborTableRebinner
           
 class NewAverageTableRebinner
          not thread safe!!!
 class PeakTableRebinner
           
 class QernalTableRebinner
           
 

Uses of DataSetRebinner in org.das2.graph
 

Classes in org.das2.graph that implement DataSetRebinner
 class StackedHistogramRenderer.Rebinner
           
 

Constructors in org.das2.graph with parameters of type DataSetRebinner
SpectrogramRenderer.RebinnerEnum(DataSetRebinner rebinner, java.lang.String label)