Interface | Description |
---|---|
AnimatedVisualisationListener |
An interface for objects that want to listen for animation events
from an
AnimatedVisualisationProvider . |
AnimatedVisualisationProvider |
An interface for visualisation objects that are able to provide animated
visualisations.
|
DataUnitsTransformer<Q,D,U> |
An interface for classes that can transform data units into renderer units
based on the definition of the data axis in space.
|
Visualisation<T> |
An API for objects that are able to provide visualisation for some data.
|
VisualisationImageProvider |
An interface for objects that can provide a static image of a visualisation
through the
VisualisationImageProvider.getVisualisationImage() . |
Class | Description |
---|---|
VideoVisualisation |
This class provides a means for generating a video representation of a
visualisationImpl.
|
Visualisation3D<D> | |
VisualisationImpl<T> |
A top level class for visualisations.
|