diva.graph.tutorial
Class EditorTutorial

java.lang.Object
  extended by diva.graph.tutorial.EditorTutorial

public class EditorTutorial
extends Object

This turotial expands on the simple tutorial and turns it into a more complete graph editor. Along with the editing window, the user has the ability to layout the graph. Control-click to add nodes, select a node and control-drag to create new edges.

Version:
$Revision: 1.8 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Nested Class Summary
 class EditorTutorial.LayoutActionListener
          An inner class for layout.
 class EditorTutorial.LayoutWidget
          A widget for configuring layouts.
 
Constructor Summary
EditorTutorial(AppContext context)
           
 
Method Summary
static void main(String[] argv)
          Pop up an empty graph editing window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorTutorial

public EditorTutorial(AppContext context)
Method Detail

main

public static void main(String[] argv)
Pop up an empty graph editing window.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.