Package edu.uci.ics.jung.samples
Class PersistentLayoutDemo
- java.lang.Object
-
- edu.uci.ics.jung.samples.PersistentLayoutDemo
-
public class PersistentLayoutDemo extends java.lang.Object
Demonstrates the use ofPersistentLayout
andPersistentLayoutImpl
.- Author:
- Tom Nelson
-
-
Constructor Summary
Constructors Constructor Description PersistentLayoutDemo(java.lang.String fileName)
create an instance of a simple graph with controls to demo the persistence and zoom features.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
a driver for this demo
-