Uses of Class
org.knime.base.node.viz.pie.datamodel.PieVizModel

Packages that use PieVizModel
org.knime.base.node.viz.pie.datamodel This package contains the pie chart data model classes. 
org.knime.base.node.viz.pie.datamodel.fixed This package contains the fixed pie chart data model classes. 
org.knime.base.node.viz.pie.datamodel.interactive This package contains the interactive pie chart data model classes. 
org.knime.base.node.viz.pie.impl This package contains the plotter framework implementation classes. 
org.knime.base.node.viz.pie.node This package contains the KNIME node classes for the fixed and interactive pie chart. 
 

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

Constructors in org.knime.base.node.viz.pie.datamodel with parameters of type PieVizModel
PieHiliteCalculator(PieVizModel pieVizModel)
          Constructor for class PieHiliteCalculator.
 

Uses of PieVizModel in org.knime.base.node.viz.pie.datamodel.fixed
 

Subclasses of PieVizModel in org.knime.base.node.viz.pie.datamodel.fixed
 class FixedPieVizModel
          The pie chart visualization model which extends the PieVizModel class.
 

Uses of PieVizModel in org.knime.base.node.viz.pie.datamodel.interactive
 

Subclasses of PieVizModel in org.knime.base.node.viz.pie.datamodel.interactive
 class InteractivePieVizModel
          This is the interactive implementation of the PieVizModel.
 

Uses of PieVizModel in org.knime.base.node.viz.pie.impl
 

Classes in org.knime.base.node.viz.pie.impl with type parameters of type PieVizModel
 class PiePlotter<P extends PieProperties<D>,D extends PieVizModel>
          The abstract plotter implementation of the pie chart which acts as the controller between the PieVizModel and the PieDrawingPane.
 class PieProperties<D extends PieVizModel>
          The abstract pie properties panel which allows to change the different view options.
 

Methods in org.knime.base.node.viz.pie.impl with parameters of type PieVizModel
 void PieDrawingPane.setVizModel(PieVizModel vizModel)
           
 

Uses of PieVizModel in org.knime.base.node.viz.pie.node
 

Classes in org.knime.base.node.viz.pie.node with type parameters of type PieVizModel
 class PieNodeFactory<D extends PieVizModel,M extends PieNodeModel<D>,V extends PieNodeView>
          Basic node factory class of all pie charts.
 class PieNodeModel<D extends PieVizModel>
          The abstract pie chart implementation of theNodeModel class.
 class PieNodeView<P extends PieProperties<D>,D extends PieVizModel,T extends PieNodeModel<D>>
          The abstract node view which contains the pie chart panel.
 



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.