Package | Description |
---|---|
com.github.gwtd3.api.behaviour | |
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
Drag |
Behavior.drag()
|
Drag |
Drag.on(Drag.DragEventType type,
DatumFunction<Void> listener)
Registers the specified listener to receive events of the specified type
from the drag behavior.
|
Drag |
Drag.origin(DatumFunction<Coords> o)
Set the origin accessor to the specified function.
|
Drag |
Drag.origin(com.google.gwt.core.client.JavaScriptObject o)
Set the origin accessor to the specified function.
|
Modifier and Type | Method and Description |
---|---|
Drag |
Force.drag()
Bind a behavior to nodes to allow interactive dragging, either using the
mouse or touch.
|
Copyright © 2015 gwt-d3. All rights reserved.