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