V
- the graph vertex typeE
- the graph edge typepublic class VisioExporter<V,E> extends Object implements GraphExporter<V,E>
Tip: By default, the exported graph doesn't show link directions. To show link
directions:
Constructor and Description |
---|
VisioExporter()
Creates a new VisioExporter.
|
VisioExporter(VertexNameProvider<V> vertexNameProvider)
Creates a new VisioExporter with the specified naming policy.
|
Modifier and Type | Method and Description |
---|---|
void |
export(OutputStream output,
Graph<V,E> g)
Deprecated.
|
void |
exportGraph(Graph<V,E> g,
Writer writer)
Exports the specified graph into a Visio CSV file format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportGraph, exportGraph
public VisioExporter(VertexNameProvider<V> vertexNameProvider)
vertexNameProvider
- the vertex name provider to be used for naming the Visio shapes.public VisioExporter()
@Deprecated 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.public void exportGraph(Graph<V,E> g, Writer writer)
exportGraph
in interface GraphExporter<V,E>
g
- the graph to be exported.writer
- the writer to which the graph to be exported.Copyright © 2016. All rights reserved.