org.jgrapht.ext
Class VisioExporter<V,E>
- java.lang.Object
-
- org.jgrapht.ext.VisioExporter<V,E>
-
- Type Parameters:
V- the graph vertex typeE- the graph edge type
- All Implemented Interfaces:
- GraphExporter<V,E>
Deprecated.UseVisioExporterinstead.
@Deprecated public class VisioExporter<V,E> extends java.lang.Object implements GraphExporter<V,E>
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:
- Select All (Ctrl-A)
- Right Click the selected items
- Format/Line...
- Line ends: End: (choose an arrow)
-
-
Constructor Summary
Constructors Constructor and Description VisioExporter()Deprecated.Creates a new VisioExporter.VisioExporter(ComponentNameProvider<V> vertexNameProvider)Deprecated.Creates a new VisioExporter with the specified naming policy.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description voidexportGraph(Graph<V,E> g, java.io.Writer writer)Deprecated.Exports the specified graph into a Visio CSV file format.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jgrapht.ext.GraphExporter
exportGraph, exportGraph
-
-
-
-
Constructor Detail
-
VisioExporter
public VisioExporter(ComponentNameProvider<V> vertexNameProvider)
Deprecated.Creates a new VisioExporter with the specified naming policy.- Parameters:
vertexNameProvider- the vertex name provider to be used for naming the Visio shapes.
-
VisioExporter
public VisioExporter()
Deprecated.Creates a new VisioExporter.
-
-
Method Detail
-
exportGraph
public void exportGraph(Graph<V,E> g, java.io.Writer writer)
Deprecated.Exports the specified graph into a Visio CSV file format.- Specified by:
exportGraphin interfaceGraphExporter<V,E>- Parameters:
g- the graph to be exported.writer- the writer to which the graph to be exported.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG