Package | Description |
---|---|
org.openimaj.vis.general | |
org.openimaj.vis.timeline | |
org.openimaj.vis.world |
Modifier and Type | Class and Description |
---|---|
class |
BarVisualisation
The
BarVisualisation can be used to draw to an image a bar graph of
any data set to an RGBA MBFImage. |
class |
DotPlotVisualisation
Plots blobs proportional to the size of the value.
|
class |
ImageThumbnailPlotter
An item plotter that is able to plot images into a visualisation at a given
position and size.
|
class |
LabelledPointVisualisation
Plots dots with a label.
|
Modifier and Type | Field and Description |
---|---|
protected ItemPlotter<O,Float[],MBFImage> |
XYPlotVisualisation.plotter
The item plotter to use
|
Modifier and Type | Method and Description |
---|---|
void |
XYPlotVisualisation.setItemPlotter(ItemPlotter<O,Float[],MBFImage> plotter)
Set the plotter
|
Constructor and Description |
---|
DiversityAxis(int w,
int h,
ItemPlotter<O,Float[],MBFImage> plotter)
Default constructor that takes the width and height of the visualisation
|
DiversityAxis(ItemPlotter<O,Float[],MBFImage> plotter)
Default constructor
|
XYPlotVisualisation(int width,
int height,
ItemPlotter<O,Float[],MBFImage> plotter)
Constructor that provides the width and height of the visualisation.
|
XYPlotVisualisation(ItemPlotter<O,Float[],MBFImage> plotter)
Default constructor
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Timeline.TimelineObjectPlotter
This is an item plotter for
TimelineObject s. |
Constructor and Description |
---|
WorldMap(int width,
int height,
ItemPlotter<T,Float[],MBFImage> plotter) |
WorldMap(int width,
int height,
ItemPlotter<T,Float[],MBFImage> plotter,
int xmin,
int xmax,
int ymin,
int ymax) |