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.
    • Method Detail

      • getVertexName

        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.