Uses of Class
org.knime.base.node.viz.plotter.scatter.DotInfo

Packages that use DotInfo
org.knime.base.node.viz.plotter.box Contains all classes that realize a box plot. 
org.knime.base.node.viz.plotter.line A line plot plots the numeric columns of the input table as lines. 
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.plotter.scattermatrix A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. 
 

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

Methods in org.knime.base.node.viz.plotter.box that return types with arguments of type DotInfo
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.
 

Uses of DotInfo in org.knime.base.node.viz.plotter.line
 

Methods in org.knime.base.node.viz.plotter.line that return DotInfo
 DotInfo[] LinePlotter.interpolate(Point p1, Point p2, List<DotInfo> xValues)
          The nr of intermediate points and the last row index is used to determine the x value (only the y value is interpolated).
 

Method parameters in org.knime.base.node.viz.plotter.line with type arguments of type DotInfo
 DotInfo[] LinePlotter.interpolate(Point p1, Point p2, List<DotInfo> xValues)
          The nr of intermediate points and the last row index is used to determine the x value (only the y value is interpolated).
 

Uses of DotInfo in org.knime.base.node.viz.plotter.scatter
 

Methods in org.knime.base.node.viz.plotter.scatter that return DotInfo
 DotInfo[] DotInfoArray.getDots()
           
 

Methods in org.knime.base.node.viz.plotter.scatter that return types with arguments of type DotInfo
 List<DotInfo> DotInfoArray.getDotsAt(int x, int y, int dotSize)
          Returns a list of dots that sit on the specified coordinates.
 List<DotInfo> DotInfoArray.getDotsContainedIn(int x1, int y1, int x2, int y2, int dotSize)
          Returns a list of dots that sit in the specified rectangle (including the boundaries of the rectangle).
 

Methods in org.knime.base.node.viz.plotter.scatter with parameters of type DotInfo
 float DotInfo.distance(DotInfo dot)
          Computes the euclidian distance between given dot and itself.
 float DotInfo.distanceSq(DotInfo dot)
          Computes the squared euclidian distance between given dot and itself.
protected  void ScatterPlotter.jitterDots(DotInfo[] dots, int xAxisJitterRange, int yAxisJitterRange)
          Jitters the dots according to the kind of axis and there values.
protected  void ScatterPlotterDrawingPane.paintDot(Graphics g, DotInfo dot)
          Paints the dot with the right shape, color, size and at its correct position.
 

Constructors in org.knime.base.node.viz.plotter.scatter with parameters of type DotInfo
DotInfoArray(DotInfo[] dots)
          Creates a new array container for DotInfos.
 

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

Methods in org.knime.base.node.viz.plotter.scattermatrix that return types with arguments of type DotInfo
 List<DotInfo> ScatterMatrixElement.getDots()
           
 

Methods in org.knime.base.node.viz.plotter.scattermatrix with parameters of type DotInfo
 void ScatterMatrixElement.addDot(DotInfo dot)
           
 

Method parameters in org.knime.base.node.viz.plotter.scattermatrix with type arguments of type DotInfo
 void ScatterMatrixElement.setDots(List<DotInfo> dots)
           
 



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.