| Interface | Description |
|---|---|
| DsvArrayAccessor<T> |
This accessor function is invoked for each row in a DSV file, being passed
the current row and index as two arguments.
|
| DsvCallback<T> |
When the CSV data is available, the specified callback will be invoked with
the parsed rows as the argument.
|
| DsvObjectAccessor<T> |
An accessor function which is passed to
Dsv.parse(String, DsvObjectAccessor). |
| Class | Description |
|---|---|
| Dsv<T> | |
| DsvRow |
Each row of a DSV file is represented by a
DsvRow. |
| DsvRows<T> |
A
DsvRows represent the array of parsed rows in a DSV file. |
Copyright © 2015 gwt-d3. All rights reserved.