Uses of Interface
org.knime.base.node.viz.aggregation.AggregationModel

Packages that use AggregationModel
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.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 AggregationModel in org.knime.base.node.viz.aggregation
 

Classes in org.knime.base.node.viz.aggregation that implement AggregationModel
 class AggregationValModel<T extends AggregationValSubModel<S,H>,S extends Shape,H extends Shape>
          This abstract class holds the data of a particular aggregation value and its AggregationValSubModels.
 class AggregationValSubModel<S extends Shape,H extends Shape>
          This class holds the data of a sub model which represents rows of the same color.
 

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

Classes in org.knime.base.node.viz.histogram.datamodel that implement AggregationModel
 class BarDataModel
          This class represents one bar in the histogram.
 class BarElementDataModel
          This class represents the smallest element of a histogram and corresponds to the color in which the rows of this element are colored.
 class InteractiveBarDataModel
          This class extends the BarDataModel to support hiliting.
 class InteractiveBarElementDataModel
          This class extends the BarElementDataModel to support hiliting.
 

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

Classes in org.knime.base.node.viz.pie.datamodel that implement AggregationModel
 class PieSectionDataModel
          This class implements a section of a pie chart.
 class PieSubSectionDataModel
          This class implements a sub section of a pie chart.
 



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.