| Name | Description | Type | Package | Framework |
| Basic2DDrawingElement | This class is a specialization of the BasicDrawingElement by providing a flag whether the shape should be filled or not. | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicDrawingElement | A drawing element consists of points which are already mapped to the drawing pane's dimension. | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicDrawingPane | The BasicDrawingPane stores the BasicDrawingElements and | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicDrawingPaneImpl | Class | org.knime.base.node.viz.plotter.basic | KNIME | |
| BasicEllipse | Represents an ellipse defined by two points, the lower-left and the upper-right corner, different from normal Java graphics behavior! | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicLine | Represents a line by a list of points which are connected to one line. | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicPlotter | Tha BasicPlotter provides means to add some simple, basic graphical forms to the drawing pane, which are automatically mapped to the drawing pane's | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicPlotterImpl | Class | org.knime.base.node.viz.plotter.basic | KNIME | |
| BasicRectangle | Represents a rectangle which is defined by two points, the upper-left and the lower-right corner as known from Java Graphics. | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| BasicText | Represents a textline, the startpoint has to be set with the #addDomainValue(DataCellPoint). | Class | org.knime.base.node.viz.plotter.basic | KNIME |
| DataCellPoint | A DataCellPoint consists of two DataCells, one for the x and one for the y | Class | org.knime.base.node.viz.plotter.basic | KNIME |