| 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.
|
| 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. |
Copyright © 2013 gwt-d3. All Rights Reserved.