| Name | Description | Type | Package | Framework |
| AbstractHistogramNodeModel | Class | org.knime.base.node.viz.histogram.node | KNIME | |
| AbstractHistogramPlotter | Abstract class which is the coordinator between the HistogramDrawingPane and the AbstractHistogramVizModel. | Class | org.knime.base.node.viz.histogram.impl | KNIME |
| AbstractHistogramProperties | Abstract class which handles the default properties like layouting. | Class | org.knime.base.node.viz.histogram.impl | KNIME |
| AbstractHistogramVizModel | This is the basic visualization model for a histogram. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| AggregationColumnDialogComponent | Class | org.knime.base.node.viz.histogram.util | KNIME | |
| AggregationColumnFilterPanel | Panel is used to select the aggregation columns of a histogram node. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| AggregationColumnIcon | Constructs a new icon with its specific Color and size. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| AggregationColumnIconRenderer | Class | org.knime.base.node.viz.histogram.util | KNIME | |
| BarDataModel | This class represents one bar in the histogram. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| BarElementDataModel | This class represents the smallest element of a histogram and corresponds to the color in which the rows of this element are colored. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| BinDataModel | This class represents one bin in the histogram. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| BinDataModelComparator | Used to sort the bins in their natural order by their caption or boundaries. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| BinningUtil | This class provides methods to create the bins of numerical bars. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| ColorColumn | Holds the color for a given column name. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| FixedColumnHistogramDialogPane | Class | org.knime.base.node.viz.histogram.node | KNIME | |
| FixedColumnHistogramNodeFactory | Factory class of the histogram. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| FixedColumnHistogramNodeModel | The NodeModel class of the histogram plotter. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| FixedColumnHistogramNodeView | The node view which contains the histogram plotter panel. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| FixedHistogramDataModel | This is the fixed data model implementation of the histogram which is created only once when the user executes a node. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| FixedHistogramPlotter | This class is the controller between the data model of the FixedHistogramDataModel | Class | org.knime.base.node.viz.histogram.impl.fixed | KNIME |
| FixedHistogramProperties | The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter. | Class | org.knime.base.node.viz.histogram.impl.fixed | KNIME |
| FixedHistogramVizModel | This class holds all visualization data of a histogram. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| FixedIntervalBinCreator | This is the IntervalBinCreator implementation that created the BinDataModels for the fixed column histogram. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| HistogramDrawingPane | The view class of a Histogram visualisation. | Class | org.knime.base.node.viz.histogram.impl | KNIME |
| HistogramLayout | enum HistogramLayoutEnumerates all possible layouts of the Histogram visualisation. | Class | org.knime.base.node.viz.histogram | KNIME |
| HistogramNodeDialogPane | The dialog of the HistogramNodeModel where the user can define the x column and the number of rows. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| HistogramNodeFactory | Factory class of the interactive histogram. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| HistogramNodeModel | The NodeModel class of the interactive histogram plotter. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| HistogramNodeView | The node view which contains the histogram plotter panel. | Class | org.knime.base.node.viz.histogram.node | KNIME |
| HSBColorComparator | Comparator comparing two Color objects using the HSB color space. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| InteractiveBarDataModel | This class extends the BarDataModel to support hiliting. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| InteractiveBarElementDataModel | This class extends the BarElementDataModel to support hiliting. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| InteractiveBinDataModel | This class extends the BinDataModel to support hiliting. | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| InteractiveHistogramDataModel | This data model holds all information (DataRows, DataTableSpec) to provideAuthor:Tobias Koetter, University of Konstanz | Class | org.knime.base.node.viz.histogram.datamodel | KNIME |
| InteractiveHistogramPlotter | This class is the controller between the data model of the InteractiveHistogramVizModel | Class | org.knime.base.node.viz.histogram.impl.interactive | KNIME |
| InteractiveHistogramProperties | The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter. | Class | org.knime.base.node.viz.histogram.impl.interactive | KNIME |
| InteractiveHistogramVizModel | Class | org.knime.base.node.viz.histogram.datamodel | KNIME | |
| InteractiveIntervalBinCreator | This is the IntervalBinCreator implementation that created the InteractiveBinDataModels for the interactive histogram. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| IntervalBinCreator | This class is a helper class of the BinningUtil class to create the different BinDataModels for fixed and interactive histogram. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| NoDomainColumnFilter | This ColumnFilter implementation filters all columns which have no DataColumnDomain information. | Class | org.knime.base.node.viz.histogram.util | KNIME |
| RowByColumnComparator | Comparator used to sort DataRows by the value of the row with theAuthor:Tobias Koetter, University of Konstanz | Class | org.knime.base.node.viz.histogram.impl.interactive | KNIME |
| SettingsModelColorNameColumns | Class | org.knime.base.node.viz.histogram.util | KNIME | |