Interface | Description |
---|---|
CameraPositionProvider | |
ItemPlotter<O,Q,I extends Image<Q,I>> |
An interface for classes that are able to plot items into a visualisation
using an
AxesRenderer2D to determine the position. |
ItemPlotter3D<O> |
An interface for classes that are able to plot items into a 3D visualisation
using an
AxesRenderer3D to determine the position. |
LabelTransformer |
Used by the
AxesRenderer2D to write labels onto the axes. |
StrokeColourProvider<T> |
Class | Description |
---|---|
AxesRenderer2D<Q,I extends Image<Q,I>> |
TODO: javadoc
|
AxesRenderer3D |
A class for generating X, Y and Z axes in a 3D visualisation and providing
data unit transformations.
|
AxisConfig<Q> |
Configuration for an axis.
|
AxisConfig.AxisRenderingConfig<Q> | |
AxisRenderer<Q> |
A general axis renderer that can be used for rendering an axis into a visualisation.
|
AxisRenderer2D<Q> | |
AxisRenderer3D |
A class for drawing rulers in a 3D world.
|
BarVisualisation |
The
BarVisualisation can be used to draw to an image a bar graph of
any data set to an RGBA MBFImage. |
BarVisualisation.Bar |
Represents a single bar to draw.
|
BarVisualisation3D |
Plots oneOverDataLength bars in oneOverDataLength 3-dimensional space, which means there are 2 dimensions for
representing the coordinate of oneOverDataLength bar.
|
BarVisualisationBasic |
The basic bar visualisation that can be used to draw a bar graph of
any data set to an RGBA MBFImage.
|
ChronologicalScrollingBarVisualisation3D |
A chronological bar chart, where each time you add a data point, the visualisation is
moved along and another set of data is added to the 3D visualisation.
|
DiversityAxis<O> |
A horizontal axis on which items can be plotted and grouped into bands.
|
DotPlotVisualisation |
Plots blobs proportional to the size of the value.
|
DotPlotVisualisation.ColouredDot |
A dot with a specific size and colour.
|
DotPlotVisualisation3D | |
HeatMap |
Visualise heat maps
|
HeightMap3D |
Visualisation that draws a height map in 3d.
|
ImageThumbnailPlotter |
An item plotter that is able to plot images into a visualisation at a given
position and size.
|
JOGLWindow |
A wrapper around a NEWT window that allows you to get
a canvas on which to draw.
|
LabelledPointVisualisation |
Plots dots with a label.
|
LabelledPointVisualisation.LabelledDot | |
Rectangle3DPlotter |
Plots rectangles into a 3D space.
|
RotatingCameraProvider |
This provides an implementation of the camera position provider interface
that points a camera at a specific point and rotates the camera around the
X, Y and Z planes with specific speeds at a specific radius.
|
XYPlotVisualisation<O> |
Abstract visualisation for plotting X,Y items.
|
XYPlotVisualisation.LocatedObject<O> |
Class that locates an object.
|
XYZVisualisation3D<D> |
3 dimensional plot of objects.
|
XYZVisualisation3D.LocatedObject3D<D> |
An extension of a
XYPlotVisualisation.LocatedObject into 3D. |
Enum | Description |
---|---|
HeightMap3D.HeightMapType |
Rendering style for the height map.
|
Rectangle3DPlotter.RectanglePlotPosition |
Where the actual position of the rectangle is relative to the geometry.
|