Package diva.graph.tutorial
Class EditorTutorial
- java.lang.Object
-
- diva.graph.tutorial.EditorTutorial
-
public class EditorTutorial extends java.lang.Object
This tutorial 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:
- $Id$
- Author:
- Michael Shilman
- Pt.AcceptedRating:
- Red
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
EditorTutorial.LayoutActionListener
An inner class for layout.class
EditorTutorial.LayoutWidget
A widget for configuring layouts.
-
Constructor Summary
Constructors Constructor Description EditorTutorial(AppContext context)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] argv)
Pop up an empty graph editing window.
-
-
-
Constructor Detail
-
EditorTutorial
public EditorTutorial(AppContext context)
-
-