| Package | Description |
|---|---|
| com.github.gwtd3.api |
| Modifier and Type | Method and Description |
|---|---|
static void |
D3.timer(TimerFunction command)
Alias for
D3.timer(TimerFunction, int) with a delay equals to 0. |
static void |
D3.timer(TimerFunction command,
int delayMillis)
Alias for
D3.timer(TimerFunction, int, int) with a mark equals to
the "now" timestamp (i.e new Date().getTime()). |
static void |
D3.timer(TimerFunction command,
int delayMillis,
int markMillis)
Start a custom animation timer, invoking the specified
TimerFunction repeatedly until it returns true. |
Copyright © 2015 gwt-d3. All rights reserved.