Uses of Class
org.knime.core.data.property.ShapeFactory.Shape

Packages that use ShapeFactory.Shape
org.knime.base.node.viz.plotter.dendrogram Contains all classes necessary to visualize a hierachical clustering result represented by a DendrogramNode
org.knime.base.node.viz.plotter.parcoord A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen. 
org.knime.base.node.viz.plotter.scatter A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point. 
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 ShapeFactory.Shape in org.knime.base.node.viz.plotter.dendrogram
 

Methods in org.knime.base.node.viz.plotter.dendrogram that return ShapeFactory.Shape
 ShapeFactory.Shape DendrogramPoint.getShape()
           
 

Methods in org.knime.base.node.viz.plotter.dendrogram with parameters of type ShapeFactory.Shape
 void DendrogramPoint.setShape(ShapeFactory.Shape shape)
           
 

Uses of ShapeFactory.Shape in org.knime.base.node.viz.plotter.parcoord
 

Methods in org.knime.base.node.viz.plotter.parcoord that return ShapeFactory.Shape
 ShapeFactory.Shape LineInfo.getShape()
           
 

Methods in org.knime.base.node.viz.plotter.parcoord with parameters of type ShapeFactory.Shape
 void LineInfo.setShape(ShapeFactory.Shape shape)
           
 

Uses of ShapeFactory.Shape in org.knime.base.node.viz.plotter.scatter
 

Methods in org.knime.base.node.viz.plotter.scatter that return ShapeFactory.Shape
 ShapeFactory.Shape DotInfo.getShape()
           
 

Methods in org.knime.base.node.viz.plotter.scatter with parameters of type ShapeFactory.Shape
 void DotInfo.setShape(ShapeFactory.Shape shape)
           
 

Uses of ShapeFactory.Shape in org.knime.core.data
 

Methods in org.knime.core.data that return ShapeFactory.Shape
 ShapeFactory.Shape DataTableSpec.getRowShape(DataRow row)
          Return the shape that an object should have when displaying information concerning this row (for instance in a scatterplot).
 

Uses of ShapeFactory.Shape in org.knime.core.data.property
 

Methods in org.knime.core.data.property that return ShapeFactory.Shape
 ShapeFactory.Shape ShapeModelNominal.getShape(DataCell dc)
          Returns a Shape for the given DataCell value, or ShapeFactory.DEFAULT if not set.
 ShapeFactory.Shape ShapeHandler.getShape(DataCell dc)
          Returns a Shape of the given DataCell.
 ShapeFactory.Shape ShapeHandler.ShapeModel.getShape(DataCell dc)
          Returns a Shape object for a given DataCell.
static ShapeFactory.Shape ShapeFactory.getShape(String name)
           
 

Methods in org.knime.core.data.property that return types with arguments of type ShapeFactory.Shape
static Set<ShapeFactory.Shape> ShapeFactory.getShapes()
           
 

Constructor parameters in org.knime.core.data.property with type arguments of type ShapeFactory.Shape
ShapeModelNominal(Map<DataCell,ShapeFactory.Shape> map)
          Creates new nominal ShapeModel based on a mapping.
 



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.