Interface XYNode

    • Method Detail

      • getCoordinate

        Coordinate getCoordinate()
        Returns the coordinate associated with the node.
        Returns:
        A coordinate.
      • setCoordinate

        void setCoordinate​(Coordinate c)
        Sets the coordinate associated with the node.
        Parameters:
        c - A coordinate.