edu.uci.ics.jung.samples
Class GraphFromGraphMLDemo
java.lang.Object
edu.uci.ics.jung.samples.GraphFromGraphMLDemo
public class GraphFromGraphMLDemo
- extends Object
Demonstrates loading (and visualizing) a graph from a GraphML file.
- Author:
- Tom Nelson
Constructor Summary |
GraphFromGraphMLDemo(String filename)
create an instance of a simple graph with controls to
demo the zoom features. |
Method Summary |
static void |
main(String[] args)
a driver for this demo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphFromGraphMLDemo
public GraphFromGraphMLDemo(String filename)
throws ParserConfigurationException,
SAXException,
IOException
- create an instance of a simple graph with controls to
demo the zoom features.
- Throws:
SAXException
ParserConfigurationException
IOException
main
public static void main(String[] args)
throws ParserConfigurationException,
SAXException,
IOException
- a driver for this demo
- Throws:
IOException
SAXException
ParserConfigurationException
Copyright © 2009. All Rights Reserved.