Uses of Class
org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties

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

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

Methods in org.knime.base.node.viz.histogram.impl that return AbstractHistogramProperties
 AbstractHistogramProperties AbstractHistogramPlotter.getHistogramPropertiesPanel()
           
 

Constructors in org.knime.base.node.viz.histogram.impl with parameters of type AbstractHistogramProperties
AbstractHistogramPlotter(AbstractHistogramProperties histogramProps, HiLiteHandler handler)
          Constructor for class AbstractHistogramPlotter.
HistogramDrawingPane(AbstractHistogramProperties props)
          Constructor for class HistogramDrawingPane.
 

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

Subclasses of AbstractHistogramProperties in org.knime.base.node.viz.histogram.impl.fixed
 class FixedHistogramProperties
          The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter.
 

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

Subclasses of AbstractHistogramProperties in org.knime.base.node.viz.histogram.impl.interactive
 class InteractiveHistogramProperties
          The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter.
 



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.