Uses of Class
org.knime.base.node.viz.plotter.parcoord.ParallelAxis

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).
 



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.