| Package | Description |
|---|---|
| org.openimaj.vis.general |
| Modifier and Type | Class and Description |
|---|---|
class |
DotPlotVisualisation3D |
class |
Rectangle3DPlotter
Plots rectangles into a 3D space.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemPlotter3D<D> |
XYZVisualisation3D.plotter
The plotter for the items in the display
|
| Modifier and Type | Method and Description |
|---|---|
ItemPlotter3D<D> |
XYZVisualisation3D.getPlotter() |
| Modifier and Type | Method and Description |
|---|---|
void |
XYZVisualisation3D.setPlotter(ItemPlotter3D<D> plotter) |
| Constructor and Description |
|---|
XYZVisualisation3D(int width,
int height,
ItemPlotter3D<D> plotter)
Constructor that takes the item plotter
|