| Interface | Description |
|---|---|
| GJDataVectorInterface<T> |
The
GJDataVectorInterface interface defines the methods that
must be implemented by classes representing the x and y data for a 2D plot. |
| Class | Description |
|---|---|
| Category | |
| GJAbstractDataVector<T> |
Abstract implementaion of the
GJDataVectorInterface interface. |
| GJBigDecimalDataVector | |
| GJDoubleDataVector | |
| GJFloatDataVector | |
| GJPrimitiveDoubleDataVector | |
| GJXYSeries |
Class for representing paired x,y data as ArrayList
|
| PrimitiveDoubleBuffer |
Wrapper class for a double[].
|
| Enum | Description |
|---|---|
| GJDataVectorInterface.AXIS |