Interface D3
-
- All Known Subinterfaces:
D3.Selection,D3.Transform,D3.Transition,D3.Zoom
@JsType(isNative=true) public interface D3
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classD3.Builderstatic interfaceD3.CallbackFunctionstatic interfaceD3.CallbackFunctionWithDatastatic interfaceD3.DOMRectstatic interfaceD3.Eventstatic interfaceD3.Nodestatic interfaceD3.Scalestatic interfaceD3.Selectionstatic interfaceD3.Transformstatic interfaceD3.Transitionstatic interfaceD3.Zoomstatic interfaceD3.ZoomEvent
-
Method Summary
-
-
-
Method Detail
-
selection
D3.Selection selection()
-
select
D3.Selection select(String path)
-
select
D3.Selection select(Object object)
-
selectAll
D3.Selection selectAll(String path)
-
zoom
D3.Zoom zoom()
-
on
D3.CallbackFunction on(String event, D3.CallbackFunction callbackFn)
-
on
D3 on(String event, D3.CallbackFunctionWithData callbackFn)
-
call
D3 call(D3.CallbackFunction function, Object... args)
-
attr
D3 attr(String name, D3.CallbackFunctionWithData callbackFn)
-
style
D3 style(String name, D3.CallbackFunctionWithData callbackFn)
-
text
D3 text(D3.CallbackFunctionWithData callbackFn)
-
enter
D3 enter()
-
node
D3.Node node()
-
getZoomIdentity
@JsProperty D3.Transform getZoomIdentity()
-
getEvent
@JsProperty <T extends D3.Event> T getEvent()
-
transition
D3.Transition transition()
-
scaleQuantize
D3.Scale scaleQuantize()
-
scaleLinear
D3.Scale scaleLinear()
-
scaleSqrt
D3.Scale scaleSqrt()
-
getSchemeBlues
@JsProperty String[][] getSchemeBlues()
-
getSchemeReds
@JsProperty String[][] getSchemeReds()
-
getSchemeGreens
@JsProperty String[][] getSchemeGreens()
-
-