|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPlotterProperties | |
---|---|
org.knime.base.node.mine.cluster.hierarchical | Contains the implementation of a node performing hierarchical clustering. |
org.knime.base.node.mine.regression.linear.view | Customized scatter plot view that also shows the regression line. |
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.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.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. |
Uses of AbstractPlotterProperties in org.knime.base.node.mine.cluster.hierarchical |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.mine.cluster.hierarchical | |
---|---|
class |
DistancePlotProperties
|
Uses of AbstractPlotterProperties in org.knime.base.node.mine.regression.linear.view |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.mine.regression.linear.view | |
---|---|
class |
LinRegLinePlotterProperties
Properties for the LinRegLinePlotter which ensures
that the y axis is fixed to the target column and the x column selection box
only contains the columns used for the model calculation. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.histogram.impl |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.histogram.impl | |
---|---|
class |
AbstractHistogramProperties
Abstract class which handles the default properties like layouting. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.histogram.impl.fixed |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.histogram.impl.fixed | |
---|---|
class |
FixedHistogramProperties
The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.histogram.impl.interactive |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.histogram.impl.interactive | |
---|---|
class |
InteractiveHistogramProperties
The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.pie.impl |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.pie.impl | |
---|---|
class |
PieProperties<D extends PieVizModel>
The abstract pie properties panel which allows to change the different view options. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.pie.impl.fixed |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.pie.impl.fixed | |
---|---|
class |
FixedPieProperties
The fixed implementation of the PieProperties panel. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.pie.impl.interactive |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.pie.impl.interactive | |
---|---|
class |
InteractivePieProperties
The interactive implementation of the PieProperties panel which
allows the changing of the pie and aggregation column. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter |
---|
Methods in org.knime.base.node.viz.plotter that return AbstractPlotterProperties | |
---|---|
AbstractPlotterProperties |
AbstractPlotter.getProperties()
|
Constructors in org.knime.base.node.viz.plotter with parameters of type AbstractPlotterProperties | |
---|---|
AbstractPlotter(AbstractDrawingPane drawingPane,
AbstractPlotterProperties properties)
Creates a new plotter with a drawing pane and a properties panel. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.basic |
---|
Constructors in org.knime.base.node.viz.plotter.basic with parameters of type AbstractPlotterProperties | |
---|---|
BasicPlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
Always provide a possibility to construct a customized plotter. |
|
BasicPlotterImpl(BasicDrawingPane pane,
AbstractPlotterProperties props)
Create a new basis plotter implementation. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.box |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.box | |
---|---|
class |
BoxPlotterProperties
Tab to select whether to normalize the drawing or not. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.columns |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.columns | |
---|---|
class |
MultiColumnPlotterProperties
This class adds to the default properties ( AbstractPlotterProperties ) a column
filter and provides the possibility to update the columns displayed in this
column filter. |
class |
TwoColumnProperties
Provides functionality to select the x and the y column to display. |
Constructors in org.knime.base.node.viz.plotter.columns with parameters of type AbstractPlotterProperties | |
---|---|
TwoColumnPlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
Constructor for extending classes. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.dendrogram |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.dendrogram | |
---|---|
class |
DendrogramPlotterProperties
In addition to the AbstractPlotterProperties a
LinePlotterAppearanceTab is
added, to adjust the dot size and line thickness and to show or hide the
dots. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.line |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.line | |
---|---|
class |
LinePlotterProperties
One tab for the color legend with the possibility to change the color for each column, one tab to set whether missing values should be interpolated or not and one tab to adjust dot size and line thickness and to select whether to show or hide the dots. |
Constructors in org.knime.base.node.viz.plotter.line with parameters of type AbstractPlotterProperties | |
---|---|
LinePlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
The construction kit constructor. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.parcoord |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.parcoord | |
---|---|
class |
ParallelCoordinatePlotterProperties
In addition to the MultiColumnPlotterProperties
a tab to select how to handle missing values and a tab to adjust dot size,
line thickness and select whether to show or hide dots is provided. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.scatter |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.scatter | |
---|---|
class |
ScatterPlotterProperties
In addition to the TwoColumnProperties a
tab to adjust the dot size and the jitter rate is provided. |
Constructors in org.knime.base.node.viz.plotter.scatter with parameters of type AbstractPlotterProperties | |
---|---|
ScatterPlotter(AbstractDrawingPane panel,
AbstractPlotterProperties properties)
Construction kit constructor to construct a customized plotter, registeres all necessary listeners. |
Uses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.scattermatrix |
---|
Subclasses of AbstractPlotterProperties in org.knime.base.node.viz.plotter.scattermatrix | |
---|---|
class |
ScatterMatrixProperties
Extends the MultiColumnPlotterProperties
by adding a
ScatterPlotterAppearanceTab . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |