Uses of Class
org.knime.base.util.coordinate.Coordinate

Packages that use Coordinate
org.knime.base.node.viz.plotter Contains the basic viewing framework for KNIME. 
org.knime.base.node.viz.plotter.box Contains all classes that realize a box plot. 
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.scattermatrix A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. 
org.knime.base.util.coordinate All classes of this package are not part of the offical API and might undergo changes until the next release. 
 

Uses of Coordinate in org.knime.base.node.viz.plotter
 

Methods in org.knime.base.node.viz.plotter that return Coordinate
 Coordinate Axis.getCoordinate()
           
 

Methods in org.knime.base.node.viz.plotter with parameters of type Coordinate
 void Axis.setCoordinate(Coordinate coordinate)
          Sets the underlying coordinate for this header.
 

Uses of Coordinate in org.knime.base.node.viz.plotter.box
 

Methods in org.knime.base.node.viz.plotter.box that return types with arguments of type Coordinate
protected  Map<DataColumnSpec,Coordinate> BoxPlotter.getCoordinates()
           
 

Methods in org.knime.base.node.viz.plotter.box with parameters of type Coordinate
protected  List<DotInfo> BoxPlotter.updateOutliers(Coordinate yCoordinate, Box box)
          Sets the outliers as dotinfo to the scatterplotter drawing pane to make them selectable and hilite-able.
 

Method parameters in org.knime.base.node.viz.plotter.box with type arguments of type Coordinate
protected  void BoxPlotter.setCoordinates(Map<DataColumnSpec,Coordinate> coordinates)
           
 

Uses of Coordinate in org.knime.base.node.viz.plotter.parcoord
 

Methods in org.knime.base.node.viz.plotter.parcoord that return Coordinate
protected  Coordinate ParallelAxis.getCoordinate()
           
 

Methods in org.knime.base.node.viz.plotter.parcoord with parameters of type Coordinate
protected  void ParallelAxis.setCoordinate(Coordinate coordinate)
           
 

Uses of Coordinate in org.knime.base.node.viz.plotter.scattermatrix
 

Methods in org.knime.base.node.viz.plotter.scattermatrix that return Coordinate
 Coordinate ScatterMatrixElement.getXCoordinate()
           
 Coordinate ScatterMatrixElement.getYCoordinate()
           
 

Constructors in org.knime.base.node.viz.plotter.scattermatrix with parameters of type Coordinate
ScatterMatrixElement(Point upperLeftCorner, int width, int height, Coordinate xCoordinate, Coordinate yCoordinate)
           
 

Uses of Coordinate in org.knime.base.util.coordinate
 

Subclasses of Coordinate in org.knime.base.util.coordinate
 class DoubleCoordinate
          This class represents a numeric coordinate defined by a given DataColumnSpec.
(package private)  class IntegerCoordinate
           
 class NominalCoordinate
          This class represents a nominal coordinate defined by a given DataColumnSpec.
 class NumericCoordinate
          The abstract class which should be implemented by all coordinates which map numeric values.
 

Methods in org.knime.base.util.coordinate that return Coordinate
 Coordinate DoubleCoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
          Factory method for creating a Coordinate according to a DataColumnSpec.
 Coordinate CoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
          Factory method for creating a Coordinate according to a DataColumnSpec.
static Coordinate Coordinate.createCoordinate(DataColumnSpec dataColumnSpec)
          Factory method to create a coordinate for a given column spec.
 Coordinate NominalCoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
          Factory method for creating a Coordinate according to a DataColumnSpec.
 Coordinate IntegerCoordinateFactory.createCoordinate(DataColumnSpec columnSpec)
          Factory method for creating a Coordinate according to a DataColumnSpec.
 



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.