org.knime.base.node.viz.histogram.util
Class FixedIntervalBinCreator
java.lang.Object
org.knime.base.node.viz.histogram.util.IntervalBinCreator<BinDataModel>
org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
public final class FixedIntervalBinCreator
- extends IntervalBinCreator<BinDataModel>
This is the IntervalBinCreator
implementation that created the
BinDataModel
s for the fixed column 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 |
FixedIntervalBinCreator
protected FixedIntervalBinCreator()
- Constructor for class FixedIntervalBinCreator.
addBin
public void addBin(String binCaption,
double lowerBound,
double upperBound)
-
- Specified by:
addBin
in class IntervalBinCreator<BinDataModel>
- Parameters:
binCaption
- the caption of the new binlowerBound
- the left boundary of the binupperBound
- the right boundary of the bin
getBins
public List<BinDataModel> getBins()
-
- Specified by:
getBins
in class IntervalBinCreator<BinDataModel>
- Returns:
- the bins that where created
createList
public void createList(int noOfBins)
-
- Specified by:
createList
in class IntervalBinCreator<BinDataModel>
- Parameters:
noOfBins
- the number of bins that will be added
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.