|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelAxis | |
---|---|
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. |
Uses of ParallelAxis in org.knime.base.node.viz.plotter.parcoord |
---|
Subclasses of ParallelAxis in org.knime.base.node.viz.plotter.parcoord | |
---|---|
class |
NominalParallelAxis
Represents a ParallelAxis
with nominal values and provides access to the possible values. |
class |
NumericParallelAxis
Represents a ParallelAxis
with numeric values and provides access to the minimum and maximum value of
the domain. |
Methods in org.knime.base.node.viz.plotter.parcoord that return ParallelAxis | |
---|---|
static ParallelAxis |
ParallelAxis.createParallelAxis(DataColumnSpec colSpec)
Factory method to get an instance of a ParallelAxis . |
Methods in org.knime.base.node.viz.plotter.parcoord that return types with arguments of type ParallelAxis | |
---|---|
List<ParallelAxis> |
ParallelCoordinateDrawingPane.getAxes()
|
Method parameters in org.knime.base.node.viz.plotter.parcoord with type arguments of type ParallelAxis | |
---|---|
void |
ParallelCoordinateDrawingPane.setAxes(List<ParallelAxis> axes)
Sets the axes with the data column spec, since it contains all necessary information (like domain, type, etc). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |