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.


Inner classes inherited from class diva.graph.basic.BasicGraphController
BasicGraphController.NodeCreator
 
Constructor Summary
BubbleGraphController()
          Create a new controller with default node and edge controllers.
 
Methods inherited from class diva.graph.basic.BasicGraphController
initializeInteraction
 
Methods inherited from class diva.graph.SimpleGraphController
getEdgeController, getEdgeController, getNodeController, getNodeController, setEdgeController, setNodeController
 
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
 

Constructor Detail

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.


Contact 
©2002-2018 U.C. Regents