|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.io.AbstractGraphWriter
public abstract class AbstractGraphWriter
Abstract base class implementation of the GraphWriter interface. Provides
implementations for all but the
GraphWriter.writeGraph(Graph, OutputStream)
method.
Constructor Summary | |
---|---|
AbstractGraphWriter()
|
Method Summary | |
---|---|
void |
writeGraph(Graph graph,
java.io.File f)
Write a graph to the given File. |
void |
writeGraph(Graph graph,
java.lang.String filename)
Write a graph to the file with the given filename. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface prefuse.data.io.GraphWriter |
---|
writeGraph |
Constructor Detail |
---|
public AbstractGraphWriter()
Method Detail |
---|
public void writeGraph(Graph graph, java.lang.String filename) throws DataIOException
GraphWriter
writeGraph
in interface GraphWriter
graph
- the Graph to writefilename
- the file to write the graph to
DataIOException
GraphWriter.writeGraph(prefuse.data.Graph, java.lang.String)
public void writeGraph(Graph graph, java.io.File f) throws DataIOException
GraphWriter
writeGraph
in interface GraphWriter
graph
- the Graph to writef
- the file to write the graph to
DataIOException
GraphWriter.writeGraph(prefuse.data.Graph, java.io.File)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |