Uses of Class
org.knime.core.data.property.SizeHandler

Packages that use SizeHandler
org.knime.base.node.viz.property.size Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. 
org.knime.core.data Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data. 
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
 

Uses of SizeHandler in org.knime.base.node.viz.property.size
 

Methods in org.knime.base.node.viz.property.size with parameters of type SizeHandler
(package private) static DataTableSpec SizeManager2NodeModel.appendSizeHandler(DataTableSpec spec, String column, SizeHandler sizeHandler)
          Appends the given SizeHandler to the given DataTableSpec for the given column.
 

Uses of SizeHandler in org.knime.core.data
 

Methods in org.knime.core.data that return SizeHandler
 SizeHandler DataColumnSpec.getSizeHandler()
          Returns the SizeHandler defined on this column, if available.
 

Methods in org.knime.core.data with parameters of type SizeHandler
 void DataColumnSpecCreator.setSizeHandler(SizeHandler sizeHdl)
          Set (new) SizeHandler which can be null.
 

Constructors in org.knime.core.data with parameters of type SizeHandler
DataColumnSpec(String name, String[] elNames, DataType type, DataColumnDomain domain, DataColumnProperties props, SizeHandler sizeHdl, ColorHandler colorHdl, ShapeHandler shapeHdl)
          Constructor taking all properties of this column spec as arguments.
 

Uses of SizeHandler in org.knime.core.data.property
 

Methods in org.knime.core.data.property that return SizeHandler
static SizeHandler SizeHandler.load(ConfigRO config)
          Reads size settings from the given Config and returns a new SizeHandler.
 



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.