Interface GraphPoint.GraphPointConnection<PT extends GraphPoint<PT,​ST>,​ST extends GraphSegment<ST,​PT>>

    • Method Detail

      • getGraphSegment

        @Pure
        ST getGraphSegment()
        Replies the connected segment.
        Returns:
        the connected segment.
      • getGraphPoint

        @Pure
        PT getGraphPoint()
        Replies the connection point.
        Returns:
        the connection point.
      • isSegmentStartConnected

        @Pure
        boolean isSegmentStartConnected()
        Replies if the connected segment is connected by its start point or not.
        Returns:
        true if the segment replied by getGraphSegment() is connected to the point replied by getGraphPoint() by its start end, otherwise false