|
diva.graph.basic
Class BubbleGraphController
java.lang.Object
|
+--diva.graph.GraphController
|
+--diva.graph.SimpleGraphController
|
+--diva.graph.basic.BasicGraphController
|
+--diva.graph.basic.BubbleGraphController
- public class BubbleGraphController
- extends BasicGraphController
A controller for bubble-and-arc graph editors.
|
Constructor Summary |
BubbleGraphController()
Create a new controller with default node and edge controllers. |
| Methods inherited from class diva.graph.GraphController |
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 |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BubbleGraphController
public BubbleGraphController()
- Create a new controller with default node and edge controllers.
Set the node renderer to a bubble renderer, and the edge renderer
to an arc renderer.
|