Uses of Package
org.knime.base.node.viz.histogram.datamodel

Packages that use org.knime.base.node.viz.histogram.datamodel
org.knime.base.node.viz.histogram.datamodel This package contains all data and visualization models which are used in the different histogram implementations. 
org.knime.base.node.viz.histogram.impl This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. 
org.knime.base.node.viz.histogram.impl.fixed This is the memory saving implementation of the abstract histogram plotter. 
org.knime.base.node.viz.histogram.impl.interactive This is the interactive implementation of the abstract histogram plotter. 
org.knime.base.node.viz.histogram.node Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. 
org.knime.base.node.viz.histogram.util Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. 
 

Classes in org.knime.base.node.viz.histogram.datamodel used by org.knime.base.node.viz.histogram.datamodel
AbstractHistogramVizModel
          This is the basic visualization model for a histogram.
AbstractHistogramVizModel.HistogramHiliteCalculator
          The histogram hilite shape calculator.
BarDataModel
          This class represents one bar in the histogram.
BarElementDataModel
          This class represents the smallest element of a histogram and corresponds to the color in which the rows of this element are colored.
BinDataModel
          This class represents one bin in the histogram.
FixedHistogramDataModel
          This is the fixed data model implementation of the histogram which is created only once when the user executes a node.
HSBColorComparator
          Comparator comparing two Color objects using the HSB color space.
InteractiveHistogramDataModel
          This data model holds all information (DataRows, DataTableSpec) to provide the flexibility.
 

Classes in org.knime.base.node.viz.histogram.datamodel used by org.knime.base.node.viz.histogram.impl
AbstractHistogramVizModel
          This is the basic visualization model for a histogram.
 

Classes in org.knime.base.node.viz.histogram.datamodel used by org.knime.base.node.viz.histogram.impl.fixed
AbstractHistogramVizModel
          This is the basic visualization model for a histogram.
 

Classes in org.knime.base.node.viz.histogram.datamodel used by org.knime.base.node.viz.histogram.impl.interactive
AbstractHistogramVizModel
          This is the basic visualization model for a histogram.
 

Classes in org.knime.base.node.viz.histogram.datamodel used by org.knime.base.node.viz.histogram.node
AbstractHistogramVizModel
          This is the basic visualization model for a histogram.
 

Classes in org.knime.base.node.viz.histogram.datamodel used by org.knime.base.node.viz.histogram.util
BinDataModel
          This class represents one bin in the histogram.
InteractiveBinDataModel
          This class extends the BinDataModel to support hiliting.
 



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.