jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.hist
Class VariableBinSource

java.lang.Object
  extended by cedar.jetweb.hist.VariableBinSource

public class VariableBinSource
extends java.lang.Object

Container for a set of plot data sources to handle variable bin histograms.

Version:
$Date: 2006-03-13 22:38:39 +0000 (Mon, 13 Mar 2006) $ $Version$
Author:
S Butterworth

Constructor Summary
VariableBinSource(DataPlot plot, double scalef)
          Variable Bin Source constructor creates a new plotDataSource for each point in the input dataplot.
 
Method Summary
 java.util.Enumeration<PlotDataSource> getSources()
          Retrieves the list of plotDataSources making up the Variable Bin Source
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableBinSource

public VariableBinSource(DataPlot plot,
                         double scalef)
                  throws JetWebException
Variable Bin Source constructor creates a new plotDataSource for each point in the input dataplot.

Parameters:
plot - - datapoints are retrieved from this plot
scalef - - plot data sources are scaled by this factor
Throws:
JetWebException

Method Detail

getSources

public java.util.Enumeration<PlotDataSource> getSources()
Retrieves the list of plotDataSources making up the Variable Bin Source

Returns:
Enumeration of PlotDataSource objects