Package | Description |
---|---|
org.openimaj.vis.general | |
org.openimaj.vis.timeline | |
org.openimaj.vis.world |
Modifier and Type | Field and Description |
---|---|
protected AxesRenderer2D<Float[],MBFImage> |
XYPlotVisualisation.axesRenderer2D
The renderer for the axes
|
Modifier and Type | Method and Description |
---|---|
AxesRenderer2D<Float[],MBFImage> |
XYPlotVisualisation.getAxesRenderer()
Provides access to the underlying axes renderer so that various changes
can be made to the visualisation.
|
Modifier and Type | Method and Description |
---|---|
void |
DiversityAxis.beforeAxesRender(MBFImage visImage,
AxesRenderer2D<Float[],MBFImage> renderer)
A method that can be overridden to plot something prior to the axes being
drawn.
|
void |
XYPlotVisualisation.beforeAxesRender(MBFImage visImage,
AxesRenderer2D<Float[],MBFImage> renderer)
A method that can be overridden to plot something prior to the axes being
drawn.
|
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 |
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. |
Modifier and Type | Method and Description |
---|---|
void |
WorldMap.beforeAxesRender(MBFImage visImage,
AxesRenderer2D<Float[],MBFImage> axesRenderer)
A method that can be overridden to plot something prior to the axes being
drawn.
|