org._3pq.jgrapht.ext
Interface VisioExporter.VertexNameProvider
- Enclosing interface:
- VisioExporter
- public static interface VisioExporter.VertexNameProvider
Assigns a display name for each of the graph vertices.
Method Summary |
java.lang.String |
getVertexName(java.lang.Object vertex)
Returns the shape name for the vertex as to be appeared in the Visio
diagram. |
getVertexName
public java.lang.String getVertexName(java.lang.Object vertex)
- Returns the shape name for the vertex as to be appeared in the Visio
diagram.
- Parameters:
vertex
- the vertex
- Returns:
- vertex display name for Visio shape.