|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorAttr | |
---|---|
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.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. |
org.knime.core.node.tableview | Node implementation of a table view. |
Uses of ColorAttr in org.knime.base.node.viz.plotter.dendrogram |
---|
Methods in org.knime.base.node.viz.plotter.dendrogram that return ColorAttr | |
---|---|
ColorAttr |
DendrogramPoint.getColor()
|
Methods in org.knime.base.node.viz.plotter.dendrogram with parameters of type ColorAttr | |
---|---|
void |
DendrogramPoint.setColor(ColorAttr color)
If a datapoint is represented this is its original color attr. |
Uses of ColorAttr in org.knime.base.node.viz.plotter.parcoord |
---|
Methods in org.knime.base.node.viz.plotter.parcoord that return ColorAttr | |
---|---|
ColorAttr |
LineInfo.getColor()
|
Methods in org.knime.base.node.viz.plotter.parcoord with parameters of type ColorAttr | |
---|---|
void |
LineInfo.setColor(ColorAttr color)
|
Constructors in org.knime.base.node.viz.plotter.parcoord with parameters of type ColorAttr | |
---|---|
LineInfo(List<Point> points,
List<DataCell> domainValues,
boolean isSelected,
boolean isHilite,
ColorAttr color,
double size,
RowKey rowKey)
Creates a line. |
Uses of ColorAttr in org.knime.base.node.viz.plotter.scatter |
---|
Methods in org.knime.base.node.viz.plotter.scatter that return ColorAttr | |
---|---|
ColorAttr |
DotInfo.getColor()
|
Constructors in org.knime.base.node.viz.plotter.scatter with parameters of type ColorAttr | |
---|---|
DotInfo(int x,
int y,
RowKey rowKey,
boolean hilit,
ColorAttr colorAttr,
double size,
int rowIndex)
Creates a new object storing the characteristics of one dot. |
Uses of ColorAttr in org.knime.base.node.viz.property.color |
---|
Methods in org.knime.base.node.viz.property.color that return types with arguments of type ColorAttr | |
---|---|
(package private) static Map<DataCell,ColorAttr> |
ColorManager2DialogNominal.createColorMapping(Set<DataCell> set)
Create default color mapping for the given set of possible DataCell values. |
Methods in org.knime.base.node.viz.property.color with parameters of type ColorAttr | |
---|---|
(package private) void |
ColorManager2DialogNominal.update(String column,
ColorAttr color)
Select new color for the selected attribute value of the the selected column. |
Uses of ColorAttr in org.knime.core.data |
---|
Methods in org.knime.core.data that return ColorAttr | |
---|---|
ColorAttr |
DataTableSpec.getRowColor(DataRow row)
Returns the color that an object should have when displaying information concerning this row (for instance in a scatterplot). |
Uses of ColorAttr in org.knime.core.data.property |
---|
Fields in org.knime.core.data.property declared as ColorAttr | |
---|---|
static ColorAttr |
ColorAttr.DEFAULT
The default color attribute value, used when no color attribute set. |
Methods in org.knime.core.data.property that return ColorAttr | |
---|---|
ColorAttr |
ColorHandler.getColorAttr(DataCell dc)
Returns a ColorAttr object as specified by the content
of the given DataCell . |
ColorAttr |
ColorHandler.ColorModel.getColorAttr(DataCell dc)
Returns a ColorAttr for the given DataCell . |
ColorAttr |
ColorModelRange.getColorAttr(DataCell dc)
Returns a ColorAttr for the given DataCell value, or ColorAttr.DEFAULT if not set. |
ColorAttr |
ColorModelNominal.getColorAttr(DataCell dc)
Returns a ColorAttr for the given DataCell value, or ColorAttr.DEFAULT if not set. |
static ColorAttr |
ColorAttr.getInstance(Color color)
Creates a new color attribute with the given color. |
Methods in org.knime.core.data.property with parameters of type ColorAttr | |
---|---|
boolean |
ColorAttr.equals(ColorAttr ca)
Compares this ColorAttr with the given one and returns
true if both have the same color value. |
Constructor parameters in org.knime.core.data.property with type arguments of type ColorAttr | |
---|---|
ColorModelNominal(Map<DataCell,ColorAttr> map)
Creates new ColorHandler based on a mapping. |
Uses of ColorAttr in org.knime.core.node.tableview |
---|
Methods in org.knime.core.node.tableview that return ColorAttr | |
---|---|
ColorAttr |
TableContentModel.getColorAttr(int row)
Get the color information for a row. |
ColorAttr |
TableContentInterface.getColorAttr(int row)
Get the color of a requested row, The color is shown as icon in front of the row key. |
ColorAttr |
TableRowHeaderModel.getColorAttr(int row)
Delegating method to TableContentModel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |