Interface GraphvizGraph.GraphvizNode

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getColor()
      Retrieves color of the node.
      java.lang.String getId()
      Retrieves the unique ID.
      java.lang.String getLabel()
      Retrieves the label of the node.
    • Method Detail

      • getId

        java.lang.String getId()
        Retrieves the unique ID.
        Returns:
        A the unique ID of the node.
      • getColor

        java.lang.String getColor()
        Retrieves color of the node.
        Returns:
        The color of the node.
      • getLabel

        java.lang.String getLabel()
        Retrieves the label of the node.
        Returns:
        Label of the node.