Uses of Class
org.knime.base.node.viz.pie.util.TooManySectionsException

Packages that use TooManySectionsException
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.node This package contains the KNIME node classes for the fixed and interactive pie chart. 
org.knime.base.node.viz.pie.node.fixed This package contains the KNIME node classes for the fixed pie chart. 
org.knime.base.node.viz.pie.node.interactive This package contains the KNIME node classes for the interactive pie chart. 
 

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

Methods in org.knime.base.node.viz.pie.datamodel.fixed that throw TooManySectionsException
 void FixedPieDataModel.addDataRow(DataRow row, Color rowColor, DataCell pieCell, DataCell aggrCell)
           
 

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

Methods in org.knime.base.node.viz.pie.datamodel.interactive that throw TooManySectionsException
 boolean InteractivePieVizModel.setAggrColumn(String aggrColName)
           
 boolean InteractivePieVizModel.setPieColumn(String pieColName)
           
 

Constructors in org.knime.base.node.viz.pie.datamodel.interactive that throw TooManySectionsException
InteractivePieVizModel(InteractivePieDataModel model, String pieColumn, String aggrCol)
          Constructor for class InteractivePieVizModel.
 

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

Methods in org.knime.base.node.viz.pie.node that throw TooManySectionsException
protected abstract  void PieNodeModel.createModel(ExecutionContext exec, DataColumnSpec pieColSpec, DataColumnSpec aggrColSpec, BufferedDataTable dataTable, int noOfRows, boolean containsColorHandler)
          Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
protected abstract  D PieNodeModel.getVizModelInternal()
           
 

Uses of TooManySectionsException in org.knime.base.node.viz.pie.node.fixed
 

Methods in org.knime.base.node.viz.pie.node.fixed that throw TooManySectionsException
protected  void FixedPieNodeModel.createModel(ExecutionContext exec, DataColumnSpec pieColSpec, DataColumnSpec aggrColSpec, BufferedDataTable dataTable, int noOfRows, boolean containsColorHandler)
          Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
 

Uses of TooManySectionsException in org.knime.base.node.viz.pie.node.interactive
 

Methods in org.knime.base.node.viz.pie.node.interactive that throw TooManySectionsException
 InteractivePieVizModel InteractivePieNodeModel.getVizModelInternal()
          
 



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.