Class InteriorAngleLinePathConnector

Direct Known Subclasses:
InteriorAngleLinePathConnector.Maximize, InteriorAngleLinePathConnector.Minimize

Line subset connector that selects between multiple connection options based on the resulting interior angle. An interior angle in this case is the angle created between an incoming line subset and an outgoing line subset as measured on the minus (interior) side of the incoming line. If looking along the direction of the incoming line subset, smaller interior angles point more to the left and larger ones point more to the right.

This class provides two concrete implementations: InteriorAngleLinePathConnector.Maximize and InteriorAngleLinePathConnector.Minimize, which choose connections with the largest or smallest interior angles respectively.