createPath abstract method

Path createPath(
  1. PathParameters params
)

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

Implementation

Path createPath(PathParameters params);