Interface GraphEdge

    • Method Detail

      • createWaypoint

        Point createWaypoint​(double x,
                             double y)
        Creates a new Point for the current Graph Edge. The abscissa is set to the specified 'x' value, the ordinate is set to the specified 'y' value.
        Parameters:
        x - the abscissa
        y - the ordinate
        Returns:
        the Point created
        Since:
        3.3.0
      • getFirstConnector

        GraphConnector getFirstConnector()
        Returns the first Graph Connector of the list of anchors for the current Graph Edge.
        Returns:
        the first Graph Connector
        Since:
        3.3.0
      • getLastConnector

        GraphConnector getLastConnector()
        Returns the latest Graph Connector of the list of anchors for the current Graph Edge.
        Returns:
        the latest Graph Connector
        Since:
        3.3.0
      • getFirstNode

        GraphNode getFirstNode()
        Returns the first Graph Node connected to the current Graph Edge.
        Returns:
        the first Graph Node connected
        Since:
        3.3.0
      • getLastNode

        GraphNode getLastNode()
        Returns the latest Graph Node connected to the current Graph Edge.
        Returns:
        the latest Graph Node connected
        Since:
        3.3.0