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

Packages that use PieSectionDataModel
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. 
 

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

Methods in org.knime.base.node.viz.pie.datamodel that return PieSectionDataModel
static PieSectionDataModel PieDataModel.createDefaultMissingSection(boolean supportHiliting)
          Creates the default missing section.
protected abstract  PieSectionDataModel PieVizModel.getMissingSection()
           
 PieSectionDataModel PieVizModel.getSelectedElement(Point point)
           
static PieSectionDataModel PieSectionDataModel.loadFromFile(Config config, ExecutionMonitor exec)
           
 

Methods in org.knime.base.node.viz.pie.datamodel that return types with arguments of type PieSectionDataModel
protected abstract  List<PieSectionDataModel> PieVizModel.getSections()
           
 List<PieSectionDataModel> PieVizModel.getSections2Draw()
          Returns the sections to draw depending on the showMissing and emptySection flags.
 List<PieSectionDataModel> PieVizModel.getSelectedSections()
           
 

Methods in org.knime.base.node.viz.pie.datamodel with parameters of type PieSectionDataModel
 String PieVizModel.createLabel(PieSectionDataModel section)
           
 String PieVizModel.createLabel(PieSectionDataModel section, PieSubSectionDataModel subSection)
           
 

Method parameters in org.knime.base.node.viz.pie.datamodel with type arguments of type PieSectionDataModel
static void PieDataModel.setSectionColor(List<PieSectionDataModel> sections)
           
static void PieDataModel.sortSections(List<PieSectionDataModel> sections, boolean numerical, boolean ascending)
           
 

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

Methods in org.knime.base.node.viz.pie.datamodel.fixed that return PieSectionDataModel
 PieSectionDataModel FixedPieDataModel.getClonedMissingSection()
           
protected  PieSectionDataModel FixedPieVizModel.getMissingSection()
          
 PieSectionDataModel FixedPieDataModel.getMissingSection()
           
 

Methods in org.knime.base.node.viz.pie.datamodel.fixed that return types with arguments of type PieSectionDataModel
 List<PieSectionDataModel> FixedPieDataModel.getClonedSections()
           
protected  List<PieSectionDataModel> FixedPieVizModel.getSections()
          
 

Constructors in org.knime.base.node.viz.pie.datamodel.fixed with parameters of type PieSectionDataModel
FixedPieDataModel(String pieCol, boolean numericPieCol, String aggrCol, List<PieSectionDataModel> sections, PieSectionDataModel missingSection, boolean supportHiliting, boolean containsColorHandler, boolean isColorColumn)
          Constructor for class PieDataModel.
FixedPieVizModel(String pieCol, String aggrCol, List<PieSectionDataModel> sections, PieSectionDataModel missingSection, boolean supportHiliting, boolean containsColorHandler)
          Constructor for class PieVizModel.
 

Constructor parameters in org.knime.base.node.viz.pie.datamodel.fixed with type arguments of type PieSectionDataModel
FixedPieDataModel(String pieCol, boolean numericPieCol, String aggrCol, List<PieSectionDataModel> sections, PieSectionDataModel missingSection, boolean supportHiliting, boolean containsColorHandler, boolean isColorColumn)
          Constructor for class PieDataModel.
FixedPieVizModel(String pieCol, String aggrCol, List<PieSectionDataModel> sections, PieSectionDataModel missingSection, boolean supportHiliting, boolean containsColorHandler)
          Constructor for class PieVizModel.
 

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

Methods in org.knime.base.node.viz.pie.datamodel.interactive that return PieSectionDataModel
protected  PieSectionDataModel InteractivePieVizModel.getMissingSection()
          
 

Methods in org.knime.base.node.viz.pie.datamodel.interactive that return types with arguments of type PieSectionDataModel
protected  List<PieSectionDataModel> InteractivePieVizModel.getSections()
          
 



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.