Package org.knime.core.data.property

Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler.

See:
          Description

Interface Summary
ColorHandler.ColorModel Interface allowing requests for ColorAttr by DataCell.
PropertyHandler Parent of all PropertyHandlers (color, size, ...).
ShapeHandler.ShapeModel Internal ShapeModel used to request Shape objects by DataCell attribute value.
SizeHandler.SizeModel Internal SizeModel used to request sizes by DataCell attribute value.
 

Class Summary
ColorAttr This class holds a Color value as property for view objects and supports colors for selection, hilite, selection-hilite, border, and background.
ColorHandler Final ColorHandler implementation as container which forwards color requests for a DataCell to its underlying ColorHandler.ColorModel.
ColorModelNominal Color model which maps a set of DataCell objects to Color.
ColorModelRange Computes colors based on a range of minimum and maximum values assigned to certain colors which are interpolated between a min and maximum color.
ShapeFactory Abstract class for different drawable shapes.
ShapeFactory.Shape Abstract implementation of a shape.
ShapeHandler Final ShapeHandler implementation which keeps a ShapeModel to request Shape objects from.
ShapeModelNominal Nominal ShapeModel which maps a set of DataCell element to Shape.
ShapeSelectionComboBox  
ShapeSelectionComboBoxRenderer Overrides the DefaultTableCellRenderer and sets icon and text to display the Shape properties.
ShapeSelectionListRenderer  
SizeHandler Final SizeHandler implementation which keeps a SizeModel to request size settings from.
SizeModelDouble A SizeModel computing sizes of objects (rows) based on the double value of DataCell.
 

Enum Summary
SizeModelDouble.Mapping Supported mapping methods.
 

Package org.knime.core.data.property Description

Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler. These view properties can be assigned using the nodes, Color Manager, Shape Manager, and Size Manager providing different models to either assign these properties by nominal values and/or numeric interval ranges.



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.