| Interface | Description |
|---|---|
| DataElement |
Interface for all kinds of data elements.
|
| DataListener |
An interface all observers of
DataEvents
have to implement. |
| Class | Description |
|---|---|
| DataContainer |
Abstract superclass of all data containers.
|
| DataCurve |
A curve is a
DataContainer of DataPoints. |
| DataEvent |
Event to be sent to a
DataListener. |
| DataEventType |
Type of a
DataEvent. |
| DataPlot |
A plot is a
DataContainer of DataCurves. |
| DataPoint |
Immutable two-dimensional point in data coordinates.
|
Copyright © 2017. All rights reserved.