|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg._3pq.jgrapht.ext.VisioExporter
Exports a graph to a csv format that can be imported into MS Visio.
Tip: By default, the exported graph doesn't show link directions. To
show link directions:
Nested Class Summary | |
static interface |
VisioExporter.VertexNameProvider
Assigns a display name for each of the graph vertices. |
Constructor Summary | |
VisioExporter()
Creates a new VisioExporter object. |
|
VisioExporter(VisioExporter.VertexNameProvider vertexNameProvider)
Creates a new VisioExporter object with the specified naming policy. |
Method Summary | |
void |
export(java.io.OutputStream output,
Graph g)
Exports the specified graph into a Visio csv file format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VisioExporter(VisioExporter.VertexNameProvider vertexNameProvider)
vertexNameProvider
- the vertex name provider to be used for naming
the Visio shapes.public VisioExporter()
Method Detail |
public void export(java.io.OutputStream output, Graph g)
output
- the print stream to which the graph to be exported.g
- the graph to be exported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |