Package diva.graph.tutorial
Class SimpleTutorial
- java.lang.Object
-
- diva.graph.tutorial.SimpleTutorial
-
public class SimpleTutorial extends java.lang.Object
This is the most basic tutorial, popping up an empty graph editing window. Control-click to add nodes, select a node and control-drag to create new edges.- Version:
- $Id$
- Author:
- Michael Shilman
- Pt.AcceptedRating:
- Red
-
-
Constructor Summary
Constructors Constructor Description SimpleTutorial(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
-
SimpleTutorial
public SimpleTutorial(AppContext context)
-
-