Uses of Package
org.knime.base.node.viz.plotter

Packages that use org.knime.base.node.viz.plotter
org.knime.base.node.mine.cluster.hierarchical Contains the implementation of a node performing hierarchical clustering. 
org.knime.base.node.mine.regression.linear.learn Node implementation performing linear regression. 
org.knime.base.node.mine.regression.linear.view Customized scatter plot view that also shows the regression line. 
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
org.knime.base.node.mine.scorer.accuracy Similar to the default scorer. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.viz.condbox Contains all classes that realize a conditional box plot. 
org.knime.base.node.viz.histogram.impl This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. 
org.knime.base.node.viz.histogram.impl.fixed This is the memory saving implementation of the abstract histogram plotter. 
org.knime.base.node.viz.histogram.impl.interactive This is the interactive implementation of the abstract histogram plotter. 
org.knime.base.node.viz.liftchart The liftchart package contains all classes for building a lift chart node. 
org.knime.base.node.viz.pie.impl This package contains the plotter framework implementation classes. 
org.knime.base.node.viz.pie.impl.fixed This package contains the fixed pie chart plotter classes. 
org.knime.base.node.viz.pie.impl.interactive This package contains the interactive pie chart plotter classes. 
org.knime.base.node.viz.plotter Contains the basic viewing framework for KNIME. 
org.knime.base.node.viz.plotter.basic The idea behind the BasicPlotter is to provide a small fraction of the functionality known from "R" or "GnuPlot", if you have some basic elements, such as lines, ellipses, rectangles, you want to add to your view you can use the BasicPlotter
org.knime.base.node.viz.plotter.box Contains all classes that realize a box plot. 
org.knime.base.node.viz.plotter.columns This package contains convenient classes when two or n columns should be displayed. 
org.knime.base.node.viz.plotter.dendrogram Contains all classes necessary to visualize a hierachical clustering result represented by a DendrogramNode
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.node This package contains a default node implementation which can be used if a simple plotter is implemented, which displays data from one inport and also wants to display only a restricted number of rows. 
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.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. 
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.mine.cluster.hierarchical
AbstractPlotterProperties
          The properties contains elements to interact with the view.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.mine.regression.linear.learn
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.mine.regression.linear.view
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.mine.regression.polynomial.learner
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.mine.scorer.accuracy
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.preproc.discretization.caim2.modelcreator
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.condbox
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.histogram.impl
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.histogram.impl.fixed
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.histogram.impl.interactive
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.liftchart
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.pie.impl
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.pie.impl.fixed
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.pie.impl.interactive
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotterProperties
          The properties contains elements to interact with the view.
Axis
          Implements a header for a scrollable area.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
LabelPaintUtil.Position
          Possible positions of the label.
PlotterMouseListener
          A mouse listener for the plotter mouse mode selection box.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.basic
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.box
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.columns
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.dendrogram
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.line
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.node
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
DataProvider
          The plotters rely on a DataProvider to get the data to visualize.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.parcoord
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
PlotterMouseListener
          A mouse listener for the plotter mouse mode selection box.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.scatter
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
 

Classes in org.knime.base.node.viz.plotter used by org.knime.base.node.viz.plotter.scattermatrix
AbstractDrawingPane
          Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotterProperties
          The properties contains elements to interact with the view.
PlotterMouseListener
          A mouse listener for the plotter mouse mode selection box.
 



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.