public class BasicGraphController extends SimpleGraphController
Modifier and Type | Class and Description |
---|---|
protected class |
BasicGraphController.NodeCreator
An inner class that places a node at the clicked-on point
on the screen, if control-clicked with mouse button 1.
|
Constructor and Description |
---|
BasicGraphController()
Create a new basic controller with default node and edge controllers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
initializeInteraction()
Initialize all interaction on the graph pane.
|
getEdgeController, getEdgeController, getNodeController, getNodeController, setEdgeController, setNodeController
addEdge, addEdge, addGraphViewListener, addNode, addNode, addNode, addNode, clear, clearEdge, clearNode, dispatch, drawEdge, drawNode, drawNode, getFigure, getGraphModel, getGraphPane, getSelectionModel, removeEdge, removeGraphViewListener, removeNode, rerender, rerenderEdge, rerenderNode, setFigure, setGraphModel, setGraphPane, setSelectionModel
public BasicGraphController()
protected void initializeInteraction()
initializeInteraction
in class AbstractGraphController