org.knime.base.node.viz.histogram.util
Class InteractiveIntervalBinCreator
java.lang.Object
org.knime.base.node.viz.histogram.util.IntervalBinCreator<InteractiveBinDataModel>
org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
public final class InteractiveIntervalBinCreator
- extends IntervalBinCreator<InteractiveBinDataModel>
This is the IntervalBinCreator
implementation that created the
InteractiveBinDataModel
s for the interactive histogram.
- Author:
- Tobias Koetter, University of Konstanz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractiveIntervalBinCreator
protected InteractiveIntervalBinCreator()
- Constructor for class InteractiveIntervalBinCreator.
addBin
public void addBin(String binCaption,
double lowerBound,
double upperBound)
-
- Specified by:
addBin
in class IntervalBinCreator<InteractiveBinDataModel>
- Parameters:
binCaption
- the caption of the new binlowerBound
- the left boundary of the binupperBound
- 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.