|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.graph.io.ygraphml.YGraphMLWriter
public final class YGraphMLWriter
Graph writer for the yFiles extension to GraphML.
| Constructor Summary | |
|---|---|
YGraphMLWriter()
Create a new YGraphML writer. |
|
| Method Summary | |
|---|---|
void |
write(Graph<ShapeNode,PolyLineEdge> graph,
File file)
Write the specified graph to the specified file. |
void |
write(Graph<ShapeNode,PolyLineEdge> graph,
OutputStream outputStream)
Write the specified graph to the specified output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YGraphMLWriter()
| Method Detail |
|---|
public void write(Graph<ShapeNode,PolyLineEdge> graph,
File file)
throws IOException
write in interface GraphWriter<ShapeNode,PolyLineEdge>graph - graph to write, must not be nullfile - file to write to, must not be null
IOException - if an IO error occurs
public void write(Graph<ShapeNode,PolyLineEdge> graph,
OutputStream outputStream)
throws IOException
write in interface GraphWriter<ShapeNode,PolyLineEdge>graph - graph to write, must not be nulloutputStream - output stream to write to, must not be null
IOException - if an IO error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||