|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractHistogramProperties | |
|---|---|
| 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. |
| Uses of AbstractHistogramProperties in org.knime.base.node.viz.histogram.impl |
|---|
| Methods in org.knime.base.node.viz.histogram.impl that return AbstractHistogramProperties | |
|---|---|
AbstractHistogramProperties |
AbstractHistogramPlotter.getHistogramPropertiesPanel()
|
| Constructors in org.knime.base.node.viz.histogram.impl with parameters of type AbstractHistogramProperties | |
|---|---|
AbstractHistogramPlotter(AbstractHistogramProperties histogramProps,
HiLiteHandler handler)
Constructor for class AbstractHistogramPlotter. |
|
HistogramDrawingPane(AbstractHistogramProperties props)
Constructor for class HistogramDrawingPane. |
|
| Uses of AbstractHistogramProperties in org.knime.base.node.viz.histogram.impl.fixed |
|---|
| Subclasses of AbstractHistogramProperties 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 AbstractHistogramProperties in org.knime.base.node.viz.histogram.impl.interactive |
|---|
| Subclasses of AbstractHistogramProperties 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||