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

Packages that use ValueScale
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.pie.datamodel This package contains the pie chart data model classes. 
org.knime.base.node.viz.pie.impl This package contains the plotter framework implementation classes. 
 

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

Methods in org.knime.base.node.viz.aggregation that return ValueScale
static ValueScale ValueScale.getDefaultMethod()
           
static ValueScale ValueScale.getScale4Command(String action)
          Returns the scale for the given action command.
static ValueScale ValueScale.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueScale[] ValueScale.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.knime.base.node.viz.aggregation.util with parameters of type ValueScale
static String GUIUtils.createLabel(double aggrVal, int noOfDigits, AggregationMethod aggrMethod, ValueScale scale)
           
 

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

Methods in org.knime.base.node.viz.pie.datamodel that return ValueScale
 ValueScale PieVizModel.getValueScale()
           
 

Methods in org.knime.base.node.viz.pie.datamodel with parameters of type ValueScale
 void PieVizModel.setValueScale(ValueScale scale)
           
 

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

Methods in org.knime.base.node.viz.pie.impl that return ValueScale
 ValueScale PieProperties.getValueScale()
           
 



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.