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