Uses of Interface
org.knime.base.node.viz.aggregation.HiliteShapeCalculator

Packages that use HiliteShapeCalculator
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.histogram.datamodel This package contains all data and visualization models which are used in the different histogram implementations. 
org.knime.base.node.viz.pie.datamodel This package contains the pie chart data model classes. 
 

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

Methods in org.knime.base.node.viz.aggregation with parameters of type HiliteShapeCalculator
protected  void AggregationValSubModel.calculateHilitedShape(HiliteShapeCalculator<S,H> calculator)
          Calculates the hilite rectangle or resets the hilite rectangle to null if no rows are hilited.
protected  void AggregationValModel.calculateHiliteShape(HiliteShapeCalculator<S,H> calculator)
          Overwrite this method to support hiliting.
protected  boolean AggregationValSubModel.removeHilitedKeys(Collection<RowKey> unhilitedKeys, HiliteShapeCalculator<S,H> calculator)
           
 boolean AggregationValModel.removeHilitedKeys(Collection<RowKey> hilited, HiliteShapeCalculator<S,H> calculator)
           
protected  boolean AggregationValSubModel.setHilitedKeys(Collection<RowKey> hilitedKeys, HiliteShapeCalculator<S,H> calculator)
           
 boolean AggregationValModel.setHilitedKeys(Collection<RowKey> hilited, HiliteShapeCalculator<S,H> calculator)
           
protected  void AggregationValSubModel.setPresentable(boolean presentable, HiliteShapeCalculator<S,H> calculator)
           
protected  void AggregationValModel.setPresentable(boolean presentable, HiliteShapeCalculator<S,H> calculator)
           
protected  void AggregationValSubModel.setShape(S shape, HiliteShapeCalculator<S,H> calculator)
           
 void AggregationValModel.setShape(S shape, HiliteShapeCalculator<S,H> calculator)
           
 

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

Classes in org.knime.base.node.viz.histogram.datamodel that implement HiliteShapeCalculator
 class AbstractHistogramVizModel.HistogramHiliteCalculator
          The histogram hilite shape calculator.
 

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

Classes in org.knime.base.node.viz.pie.datamodel that implement HiliteShapeCalculator
 class PieHiliteCalculator
          The hilite calculator for the pie chart.
 



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.