Interface IConnectionRouter

    • Method Detail

      • route

        void route​(Connection connection)
        Adjusts the connection's anchors (if necessary) to satisfy certain routing constraints. This includes insertion of 'implicit' anchors, as well as updating the positions of existing anchors (which includes manipulating the computation parameters of dynamic anchors.
        Parameters:
        connection - The Connection to route.