| Interface | Description |
|---|---|
| DatumFunction<T> |
A function taking an element and the index of the element in the selection,
returning a value of type T.
|
| KeyFunction<T> |
A function used to control how data is joined to elements.
|
| NestFunction |
A function invoked by D3
|
| TimerFunction |
A function to be used with
D3#timer(). |
| Class | Description |
|---|---|
| CountFunction |
A
DatumFunction that counts something, mainly used as a debugging purpose
in Selection.each(DatumFunction) method. |
| PropertyValueFunction<T> |
A convenient
DatumFunction which returns the value of a specified property
for each datum. |
Copyright © 2015 gwt-d3. All rights reserved.