|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorHandler | |
---|---|
org.knime.base.node.viz.property.color | Contains the Color Manager and Color Appender node to set colors for a nominal or 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 ColorHandler in org.knime.base.node.viz.property.color |
---|
Methods in org.knime.base.node.viz.property.color with parameters of type ColorHandler | |
---|---|
(package private) static DataTableSpec |
ColorManager2NodeModel.getOutSpec(DataTableSpec spec,
String columnName,
ColorHandler colorHdl)
Appends the given ColorHandler to the given
DataTableSpec for the given column. |
Uses of ColorHandler in org.knime.core.data |
---|
Methods in org.knime.core.data that return ColorHandler | |
---|---|
ColorHandler |
DataColumnSpec.getColorHandler()
Returns the ColorHandler defined on this column, if
available. |
Methods in org.knime.core.data with parameters of type ColorHandler | |
---|---|
void |
DataColumnSpecCreator.setColorHandler(ColorHandler colorHdl)
Set (new) ColorHandler which can be null . |
Constructors in org.knime.core.data with parameters of type ColorHandler | |
---|---|
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 ColorHandler in org.knime.core.data.property |
---|
Methods in org.knime.core.data.property that return ColorHandler | |
---|---|
static ColorHandler |
ColorHandler.load(ConfigRO config)
Reads the color model settings from the given Config , inits
a new ColorModel , and returns a new
ColorHandler . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |