org.knime.base.node.viz.aggregation
Interface HiliteShapeCalculator<S extends Shape,H extends Shape>
- Type Parameters:
S
- the basic shapeH
- the hilite shape
- All Known Implementing Classes:
- AbstractHistogramVizModel.HistogramHiliteCalculator, PieHiliteCalculator
public interface HiliteShapeCalculator<S extends Shape,H extends Shape>
Hilite shape calculator interface which is used in the aggregation value
classes to calculate the hilite shape.
- Author:
- Tobias Koetter, University of Konstanz
calculateHiliteShape
H calculateHiliteShape(AggregationValModel<AggregationValSubModel<S,H>,S,H> model)
- Parameters:
model
- the model to calculate the hilite shape for
- Returns:
- the hilite shape
calculateHiliteShape
H calculateHiliteShape(AggregationValSubModel<S,H> model)
- Parameters:
model
- the model to calculate the hilite shape for
- Returns:
- the hilite shape
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.