public class VisioExporter<V,E> extends Object
Tip: By default, the exported graph doesn't show link directions.
To show link directions:
Constructor and Description |
---|
VisioExporter()
Creates a new VisioExporter object.
|
VisioExporter(VertexNameProvider<V> vertexNameProvider)
Creates a new VisioExporter object with the specified naming policy.
|
Modifier and Type | Method and Description |
---|---|
void |
export(OutputStream output,
Graph<V,E> g)
Exports the specified graph into a Visio csv file format.
|
public VisioExporter(VertexNameProvider<V> vertexNameProvider)
vertexNameProvider
- the vertex name provider to be used for naming
the Visio shapes.public VisioExporter()
public void export(OutputStream output, Graph<V,E> g)
output
- the print stream to which the graph to be exported.g
- the graph to be exported.Copyright © 2016. All rights reserved.