Package edu.uci.ics.jung.samples
Class GraphFromGraphMLDemo
- java.lang.Object
-
- edu.uci.ics.jung.samples.GraphFromGraphMLDemo
-
public class GraphFromGraphMLDemo extends java.lang.ObjectDemonstrates loading (and visualizing) a graph from a GraphML file.
-
-
Constructor Summary
Constructors Constructor Description GraphFromGraphMLDemo(java.lang.String filename)create an instance of a simple graph with controls to demo the zoom features.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)a driver for this demo
-
-
-
Constructor Detail
-
GraphFromGraphMLDemo
public GraphFromGraphMLDemo(java.lang.String filename) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOExceptioncreate an instance of a simple graph with controls to demo the zoom features.- Throws:
org.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionjava.io.IOException
-
-