| Interface | Description |
|---|---|
| ColumnSpecification |
A column specification is a description of a type of column
that adheres to a given format.
|
| DataSourceSpecification |
A description of a kind of data source,
which can be used to present a description of the data source in a user interface
before actually creating the component.
|
| DataViewSpecification |
A description of a kind of data view,
which can be used to present a description of the data view in a user interface
and obtain the data specification requirements of the view
before actually creating the component.
|
| Class | Description |
|---|---|
| Column |
A representation of a column containing data,
with an optional header.
|
| Data |
A data set fit for display by a specific data view plugin.
|
| DataResult |
A
DataResult represents the result of attempting to load data from a data source. |
| DataSource |
A
DataSource is a GUI component
used to configure the source of data to be visualized. |
| DataView |
A
DataView displays a visual representation of some data. |
| Series |
A
Series represents a single data series:
a set of related data points to be displayed in a visualization. |