Package org._3pq.jgrapht.ext
Interface VisioExporter.VertexNameProvider
-
- Enclosing class:
- VisioExporter
public static interface VisioExporter.VertexNameProviderAssigns a display name for each of the graph vertices.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetVertexName(java.lang.Object vertex)Returns the shape name for the vertex as to be appeared in the Visio diagram.
-