|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Box es, 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 ScatterMatrixElement s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |