@JsType(isNative=true)
public interface D3
| Modifier and Type | Interface and Description |
|---|---|
static class |
D3.Builder |
static interface |
D3.CallbackFunction |
static interface |
D3.Event |
static interface |
D3.Transform |
static interface |
D3.Transition |
static interface |
D3.Zoom |
static interface |
D3.ZoomEvent |
| Modifier and Type | Method and Description |
|---|---|
Object |
attr(String name) |
D3 |
attr(String name,
Object value) |
D3 |
call(D3.CallbackFunction function,
Object... args) |
<T extends D3.Event> |
getEvent() |
D3.Transform |
getZoomIdentity() |
D3.CallbackFunction |
on(String event,
D3.CallbackFunction callbackFn) |
D3 |
select(Object object) |
D3 |
select(String path) |
D3 |
selectAll(String path) |
D3 |
style(String name,
Object value) |
D3.Transition |
transition() |
D3.Zoom |
zoom() |
D3.Zoom zoom()
D3.CallbackFunction on(String event, D3.CallbackFunction callbackFn)
D3 call(D3.CallbackFunction function, Object... args)
@JsProperty D3.Transform getZoomIdentity()
@JsProperty <T extends D3.Event> T getEvent()
D3.Transition transition()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.