|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |