y25.io
Class GMLIOHandler25D

java.lang.Object
  extended byy25.io.GMLIOHandler25D

public class GMLIOHandler25D
extends Object

Reads and writes 2.5d graphs in the GML format from and to files.


Constructor Summary
GMLIOHandler25D()
           
 
Method Summary
 void read(Graph25D graph25D, String name)
          Reads a 2.5 graph from the file with the passed name into the passed Graph25D.
 void write(Graph25D graph25D, String name)
          Writes the passed 2.5d graph to the file given by the passed string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLIOHandler25D

public GMLIOHandler25D()
Method Detail

write

public void write(Graph25D graph25D,
                  String name)
           throws IOException
Writes the passed 2.5d graph to the file given by the passed string.

Throws:
IOException

read

public void read(Graph25D graph25D,
                 String name)
          throws IOException
Reads a 2.5 graph from the file with the passed name into the passed Graph25D.

Throws:
IOException