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

Packages that use BarDataModel
org.knime.base.node.viz.histogram.datamodel This package contains all data and visualization models which are used in the different histogram implementations. 
 

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

Subclasses of BarDataModel in org.knime.base.node.viz.histogram.datamodel
 class InteractiveBarDataModel
          This class extends the BarDataModel to support hiliting.
 

Methods in org.knime.base.node.viz.histogram.datamodel that return BarDataModel
protected  BarDataModel BarDataModel.clone()
          
protected  BarDataModel InteractiveBinDataModel.createBar(String barName, Color color)
          Creates a new BarDataModel with the given color.
protected  BarDataModel BinDataModel.createBar(String barName, Color color)
          Creates a new BarDataModel with the given color.
 BarDataModel BinDataModel.getBar(Color color)
           
 BarDataModel AbstractHistogramVizModel.getSelectedElement(Point p)
           
static BarDataModel BarDataModel.loadFromFile(Config config, ExecutionMonitor exec)
           
 

Methods in org.knime.base.node.viz.histogram.datamodel that return types with arguments of type BarDataModel
 Collection<BarDataModel> BinDataModel.getBars()
           
 List<BarDataModel> BinDataModel.getSelectedBars()
           
 



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.