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

Packages that use ShapeHandler
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal 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 ShapeHandler in org.knime.base.node.viz.property.shape
 

Methods in org.knime.base.node.viz.property.shape with parameters of type ShapeHandler
(package private) static DataTableSpec ShapeManagerNodeModel.appendShapeHandler(DataTableSpec spec, String column, ShapeHandler shapeHandler)
          Appends the given ShapeHandler to the given DataTableSpec for the given column.
 

Uses of ShapeHandler in org.knime.core.data
 

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

Methods in org.knime.core.data with parameters of type ShapeHandler
 void DataColumnSpecCreator.setShapeHandler(ShapeHandler shapeHdl)
          Set (new) ShapeHandler which can be null.
 

Constructors in org.knime.core.data with parameters of type ShapeHandler
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 ShapeHandler in org.knime.core.data.property
 

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



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.