Uses of Class
org.knime.base.node.viz.aggregation.AggregationValModel

Packages that use AggregationValModel
org.knime.base.node.viz.aggregation This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram. 
org.knime.base.node.viz.aggregation.util This package contains classes that are used in all aggregating visualisations. 
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.pie.datamodel This package contains the pie chart data model classes. 
 

Uses of AggregationValModel in org.knime.base.node.viz.aggregation
 

Methods in org.knime.base.node.viz.aggregation that return AggregationValModel
protected  AggregationValModel<T,S,H> AggregationValModel.clone()
          
 

Methods in org.knime.base.node.viz.aggregation with parameters of type AggregationValModel
 H HiliteShapeCalculator.calculateHiliteShape(AggregationValModel<AggregationValSubModel<S,H>,S,H> model)
           
 

Uses of AggregationValModel in org.knime.base.node.viz.aggregation.util
 

Methods in org.knime.base.node.viz.aggregation.util with parameters of type AggregationValModel
 int AggrValModelComparator.compare(AggregationValModel o1, AggregationValModel o2)
          
 int AggrValModelComparator.compare(AggregationValModel o1, AggregationValModel o2)
          
 

Method parameters in org.knime.base.node.viz.aggregation.util with type arguments of type AggregationValModel
static String GUIUtils.createHTMLDetailData(List<? extends AggregationValModel> valModels)
           
static String GUIUtils.createHTMLDetailData(List<? extends AggregationValModel> valModels, double[] vals)
           
 

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

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

Methods in org.knime.base.node.viz.histogram.datamodel with parameters of type AggregationValModel
 Rectangle2D AbstractHistogramVizModel.HistogramHiliteCalculator.calculateHiliteShape(AggregationValModel<AggregationValSubModel<Rectangle2D,Rectangle2D>,Rectangle2D,Rectangle2D> model)
          
 

Uses of AggregationValModel in org.knime.base.node.viz.pie.datamodel
 

Subclasses of AggregationValModel in org.knime.base.node.viz.pie.datamodel
 class PieSectionDataModel
          This class implements a section of a pie chart.
 

Methods in org.knime.base.node.viz.pie.datamodel with parameters of type AggregationValModel
 Arc2D PieHiliteCalculator.calculateHiliteShape(AggregationValModel<AggregationValSubModel<Arc2D,Arc2D>,Arc2D,Arc2D> model)
          
 



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.