Package | Description |
---|---|
org.openimaj.vis.general | |
org.openimaj.vis.timeline |
Modifier and Type | Class and Description |
---|---|
static class |
XYZVisualisation3D.LocatedObject3D<D>
An extension of a
XYPlotVisualisation.LocatedObject into 3D. |
Modifier and Type | Method and Description |
---|---|
void |
ItemPlotter.plotObject(I visImage,
XYPlotVisualisation.LocatedObject<O> object,
AxesRenderer2D<Q,I> renderer)
Plots a specific object to the visualisation using the
AxesRenderer2D to
provide the position of the object. |
void |
BarVisualisation.plotObject(MBFImage visImage,
XYPlotVisualisation.LocatedObject<BarVisualisation.Bar> object,
AxesRenderer2D<Float[],MBFImage> renderer)
Plots a single bar into the visualisation.
|
void |
DotPlotVisualisation.plotObject(MBFImage visImage,
XYPlotVisualisation.LocatedObject<DotPlotVisualisation.ColouredDot> object,
AxesRenderer2D<Float[],MBFImage> renderer)
Plots a specific object to the visualisation using the
AxesRenderer2D to
provide the position of the object. |
void |
LabelledPointVisualisation.plotObject(MBFImage visImage,
XYPlotVisualisation.LocatedObject<LabelledPointVisualisation.LabelledDot> object,
AxesRenderer2D<Float[],MBFImage> renderer)
Plots a specific object to the visualisation using the
AxesRenderer2D to
provide the position of the object. |
void |
ImageThumbnailPlotter.plotObject(MBFImage visImage,
XYPlotVisualisation.LocatedObject<MBFImage> object,
AxesRenderer2D<Float[],MBFImage> renderer) |
Modifier and Type | Method and Description |
---|---|
void |
XYPlotVisualisation.setData(List<XYPlotVisualisation.LocatedObject<O>> data)
Set the data to be visualised.
|
Modifier and Type | Method and Description |
---|---|
void |
Timeline.TimelineObjectPlotter.plotObject(MBFImage visImage,
XYPlotVisualisation.LocatedObject<TimelineObject> object,
AxesRenderer2D<Float[],MBFImage> renderer)
Plots a specific object to the visualisation using the
AxesRenderer2D to
provide the position of the object. |