org.das2.graph
Class StackedHistogramRenderer.Rebinner

java.lang.Object
  extended by org.das2.graph.StackedHistogramRenderer.Rebinner
All Implemented Interfaces:
DataSetRebinner
Enclosing class:
StackedHistogramRenderer

public class StackedHistogramRenderer.Rebinner
extends java.lang.Object
implements DataSetRebinner


Method Summary
 DataSet rebin(DataSet ds, RebinDescriptor x, RebinDescriptor y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rebin

public DataSet rebin(DataSet ds,
                     RebinDescriptor x,
                     RebinDescriptor y)
              throws java.lang.IllegalArgumentException,
                     DasException
Specified by:
rebin in interface DataSetRebinner
Throws:
java.lang.IllegalArgumentException
DasException