Interface IConnectionInterpolator

    • Method Detail

      • interpolate

        void interpolate​(Connection connection)
        Interpolates the given Connection, i.e updates its curve node to reflect a respective geometry. The IConnectionInterpolator is also responsible of arranging the connection's start and end decorations (and has to ensure the curve node is properly clipped to not render through the decorations).
        Parameters:
        connection - The Connection to interpolate.