V
- the graph vertex typeE
- the graph edge typeVisioExporter
instead.@Deprecated public 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()
Deprecated.
Creates a new VisioExporter.
|
VisioExporter(ComponentNameProvider<V> vertexNameProvider)
Deprecated.
Creates a new VisioExporter with the specified naming policy.
|
Modifier and Type | Method and Description |
---|---|
void |
exportGraph(Graph<V,E> g,
Writer writer)
Deprecated.
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(ComponentNameProvider<V> vertexNameProvider)
vertexNameProvider
- the vertex name provider to be used for naming the Visio shapes.public VisioExporter()
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 © 2017. All rights reserved.