Uses of Class
org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy

Packages that use LabelDisplayPolicy
org.knime.base.node.viz.aggregation.util This package contains classes that are used in all aggregating visualisations. 
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.histogram.impl This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. 
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 LabelDisplayPolicy in org.knime.base.node.viz.aggregation.util
 

Methods in org.knime.base.node.viz.aggregation.util that return LabelDisplayPolicy
static LabelDisplayPolicy LabelDisplayPolicy.getDefaultOption()
           
static LabelDisplayPolicy LabelDisplayPolicy.getOption4ID(String value)
           
static LabelDisplayPolicy LabelDisplayPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LabelDisplayPolicy[] LabelDisplayPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.knime.base.node.viz.histogram.datamodel that return LabelDisplayPolicy
 LabelDisplayPolicy AbstractHistogramVizModel.getLabelDisplayPolicy()
           
 

Methods in org.knime.base.node.viz.histogram.datamodel with parameters of type LabelDisplayPolicy
 boolean AbstractHistogramVizModel.setLabelDisplayPolicy(LabelDisplayPolicy labelDisplayPolicy)
           
 

Uses of LabelDisplayPolicy in org.knime.base.node.viz.histogram.impl
 

Methods in org.knime.base.node.viz.histogram.impl that return LabelDisplayPolicy
 LabelDisplayPolicy AbstractHistogramProperties.getLabelDisplayPolicy()
           
 

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

Methods in org.knime.base.node.viz.pie.datamodel that return LabelDisplayPolicy
 LabelDisplayPolicy PieVizModel.getLabelDisplayPolicy()
           
 

Methods in org.knime.base.node.viz.pie.datamodel with parameters of type LabelDisplayPolicy
 boolean PieVizModel.setLabelDisplayPolicy(LabelDisplayPolicy labelDisplayPolicy)
           
 

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

Methods in org.knime.base.node.viz.pie.impl that return LabelDisplayPolicy
 LabelDisplayPolicy PieProperties.getLabelDisplayPolicy()
           
 



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.