Interaction.Builder |
Interaction.Builder.withDragNodes(java.lang.Boolean dragNodes) |
Indicates whether nodes that are not fixed can be dragged.
|
Interaction.Builder |
Interaction.Builder.withDragView(java.lang.Boolean dragView) |
Indicates whether view can be dragged.
|
Interaction.Builder |
Interaction.Builder.withHideEdgesOnDrag(java.lang.Boolean hideEdgesOnDrag) |
Indicates whether edges should be hide while dragging.
|
Interaction.Builder |
Interaction.Builder.withHideNodesOnDrag(java.lang.Boolean hideNodesOnDrag) |
Indicates whether nodes should be hide while dragging.
|
Interaction.Builder |
Interaction.Builder.withHover(java.lang.Boolean hover) |
Indicates whether nodes should use their hover colors on a moveover event.
|
Interaction.Builder |
Interaction.Builder.withHoverConnectedEdges(java.lang.Boolean hoverConnectedEdges) |
Indicates whether on hovering over a node its edges should be highlighted.
|
Interaction.Builder |
Interaction.Builder.withKeyboard(Keyboard keyboard) |
Enables and configures keyboard shortcuts for network
|
Interaction.Builder |
Interaction.Builder.withMultiselect(java.lang.Boolean multiselect) |
Indicates whether multiselect should be possible.
|
Interaction.Builder |
Interaction.Builder.withNavigationButtons(java.lang.Boolean navigationButtons) |
Indicates whether navigation buttons should be visible on a canvas.
|
Interaction.Builder |
Interaction.Builder.withSelectable(java.lang.Boolean selectable) |
Indicates whether nodes and edges can be selected by user.
|
Interaction.Builder |
Interaction.Builder.withSelectConnectedEdges(java.lang.Boolean selectConnectedEdges) |
Indicates whether selection on a node should highlight its edges.
|
Interaction.Builder |
Interaction.Builder.withTooltipDelay(java.lang.Integer tooltipDelay) |
Indicates whether zooming is possible.
|
Interaction.Builder |
Interaction.Builder.withZoomView(java.lang.Boolean zoomView) |
Indicates delay of showing tooltip for edges or nodes.
|