Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グラフティで2つのポートを接続する場合(マウスをドラッグして)、デフォルトの接続ルーターが使用されます。これを変更して、bezierConnectionRouterとしましょう。
コードの先頭で次を使用できますdraw2d.Connection.DEFAULT_ROUTER=new draw2d.layout.connection.ManhattanBridgedConnectionRouter(); (または必要な他のタイプのルーター)