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

Packages that use ScatterPlotterDrawingPane
org.knime.base.node.mine.regression.linear.view Customized scatter plot view that also shows the regression line. 
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.scattermatrix A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. 
 

Uses of ScatterPlotterDrawingPane in org.knime.base.node.mine.regression.linear.view
 

Subclasses of ScatterPlotterDrawingPane in org.knime.base.node.mine.regression.linear.view
 class LinRegLineDrawingPane
          DrawingPane that also draws the regression line.
 

Constructors in org.knime.base.node.mine.regression.linear.view with parameters of type ScatterPlotterDrawingPane
LinRegLinePlotter(ScatterPlotterDrawingPane panel, LinRegLinePlotterProperties props)
           
 

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

Subclasses of ScatterPlotterDrawingPane in org.knime.base.node.viz.plotter.box
 class BoxPlotDrawingPane
          Paints the Boxes, the dots from the DotInfoArray (since it derives from ScatterPlotterDrawingPane) and the labels for the boxes and outliers.
 

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

Subclasses of ScatterPlotterDrawingPane in org.knime.base.node.viz.plotter.line
 class LinePlotterDrawingPane
          Connects the dots in the passed DotInfoArray with lines.
 

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

Subclasses of ScatterPlotterDrawingPane in org.knime.base.node.viz.plotter.scattermatrix
 class ScatterMatrixDrawingPane
          Holds a matrix of ScatterMatrixElements.
 



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.