createPath abstract method

Path createPath(
  1. ConnectionPathParameters params
)

Creates the geometric path for drawing this connection This is the main responsibility of each connection style

Implementation

Path createPath(ConnectionPathParameters params);