org.knime.base.node.viz.histogram.util
Class InteractiveIntervalBinCreator

java.lang.Object
  extended by org.knime.base.node.viz.histogram.util.IntervalBinCreator<InteractiveBinDataModel>
      extended by org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator

public final class InteractiveIntervalBinCreator
extends IntervalBinCreator<InteractiveBinDataModel>

This is the IntervalBinCreator implementation that created the InteractiveBinDataModels for the interactive histogram.

Author:
Tobias Koetter, University of Konstanz

Constructor Summary
protected InteractiveIntervalBinCreator()
          Constructor for class InteractiveIntervalBinCreator.
 
Method Summary
 void addBin(String binCaption, double lowerBound, double upperBound)
          
 void createList(int noOfBins)
          
 List<InteractiveBinDataModel> getBins()
          
 
Methods inherited from class org.knime.base.node.viz.histogram.util.IntervalBinCreator
createBins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractiveIntervalBinCreator

protected InteractiveIntervalBinCreator()
Constructor for class InteractiveIntervalBinCreator.

Method Detail

addBin

public void addBin(String binCaption,
                   double lowerBound,
                   double upperBound)

Specified by:
addBin in class IntervalBinCreator<InteractiveBinDataModel>
Parameters:
binCaption - the caption of the new bin
lowerBound - the left boundary of the bin
upperBound - the right boundary of the bin

createList

public void createList(int noOfBins)

Specified by:
createList in class IntervalBinCreator<InteractiveBinDataModel>
Parameters:
noOfBins - the number of bins that will be added

getBins

public List<InteractiveBinDataModel> getBins()

Specified by:
getBins in class IntervalBinCreator<InteractiveBinDataModel>
Returns:
the bins that where created


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.