The first table column is filled with timestamps. Time intervals between consecutive timestamps are guaranteed to be equal. Use {@link #getTimestamps() getTimestamps()} method to get an array oftimestamps returned.
Remaining columns are filled with datasource values for the whole timestamp range, on a column-per-datasource basis. Use {@link #getColumnCount() getColumnCount()} to findthe number of datasources and {@link #getValues(int) getValues(i)} method to obtainall values for the i-th datasource. Returned datasource values correspond to the values returned with {@link #getTimestamps() getTimestamps()} method.
|
|