graphstream / gs-ui-swing

GraphStream Swing user interface
http://graphstream-project.org/
Other
25 stars 12 forks source link

22 - Add optional control point to ConnectorSkeleton for curved edges #23

Open barrybecker4 opened 2 months ago

barrybecker4 commented 2 months ago

See https://github.com/graphstream/gs-ui-swing/issues/22.

This change adds support for an optional ui.control-point on the edge to allow much greater control over the curvature of edges. I also added an example to demonstrate its usage.

barrybecker4 commented 2 months ago

I found a workaround for doing what I want without needing to make any code change. See https://github.com/graphstream/gs-ui-swing/issues/22#issuecomment-2106249323