Uses of Class
org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel

Packages that use AbstractHistogramVizModel
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. 
 

Uses of AbstractHistogramVizModel in org.knime.base.node.viz.histogram.datamodel
 

Subclasses of AbstractHistogramVizModel in org.knime.base.node.viz.histogram.datamodel
 class FixedHistogramVizModel
          This class holds all visualization data of a histogram.
 class InteractiveHistogramVizModel
          Extends the AbstractHistogramVizModel to allow hiliting and column changing.
 

Uses of AbstractHistogramVizModel in org.knime.base.node.viz.histogram.impl
 

Methods in org.knime.base.node.viz.histogram.impl that return AbstractHistogramVizModel
 AbstractHistogramVizModel AbstractHistogramPlotter.getHistogramVizModel()
          Returns the AbstractHistogramVizModel on which the visualisation bases on.
 

Methods in org.knime.base.node.viz.histogram.impl with parameters of type AbstractHistogramVizModel
 void HistogramDrawingPane.setHistogramVizModel(AbstractHistogramVizModel histoData, boolean updatPropertiesPanel)
           
 void AbstractHistogramPlotter.setHistogramVizModel(DataTableSpec tableSpec, AbstractHistogramVizModel vizModel)
          Sets the new AbstractHistogramVizModel.
 void AbstractHistogramProperties.updateHistogramSettings(AbstractHistogramVizModel vizModel)
          Updates the available slider with the current values of the Histogram plotter.
 

Constructors in org.knime.base.node.viz.histogram.impl with parameters of type AbstractHistogramVizModel
AbstractHistogramProperties(DataTableSpec tableSpec, AbstractHistogramVizModel vizModel)
          Constructor for class AbstractHistogramProperties.
 

Uses of AbstractHistogramVizModel in org.knime.base.node.viz.histogram.impl.fixed
 

Constructors in org.knime.base.node.viz.histogram.impl.fixed with parameters of type AbstractHistogramVizModel
FixedHistogramProperties(DataTableSpec tableSpec, AbstractHistogramVizModel vizModel)
          Constructor for class FixedColumnHistogramProperties.
 

Uses of AbstractHistogramVizModel in org.knime.base.node.viz.histogram.impl.interactive
 

Constructors in org.knime.base.node.viz.histogram.impl.interactive with parameters of type AbstractHistogramVizModel
InteractiveHistogramProperties(DataTableSpec tableSpec, AbstractHistogramVizModel vizModel)
          Constructor for class FixedColumnHistogramProperties.
 

Uses of AbstractHistogramVizModel in org.knime.base.node.viz.histogram.node
 

Methods in org.knime.base.node.viz.histogram.node that return AbstractHistogramVizModel
protected  AbstractHistogramVizModel FixedColumnHistogramNodeModel.getHistogramVizModel()
          This method creates a new AbstractHistogramVizModel each time it is called.
protected  AbstractHistogramVizModel HistogramNodeModel.getHistogramVizModel()
          This method creates a new AbstractHistogramVizModel each time it is called.
protected abstract  AbstractHistogramVizModel AbstractHistogramNodeModel.getHistogramVizModel()
          This method creates a new AbstractHistogramVizModel each time it is called.
 



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.