RFR: 8345041: IGV: Free Placement Mode in IGV Layout [v3]
Tobias Holenstein
tholenstein at openjdk.org
Fri Nov 29 16:52:54 UTC 2024
> This PR depends on https://github.com/openjdk/jdk/pull/22430. To check out this PR locally:
>
> git fetch https://git.openjdk.org/jdk.git pull/22438/head:pull/22438
> git checkout pull/22438
>
>
> Introduce a Free Placement Mode to IGV, allowing users to position nodes freely without being limited to the hierarchical layout constraints.
>
> In this mode, users can manually drag and place nodes anywhere within the space, giving them complete control over the visual arrangement of the graph. Connections between nodes will be rendered as straight (or S curved) lines, without recalculating or enforcing hierarchical constraints.
>
> This feature is ideal for users who need a flexible, non-restrictive way to organize and visualize complex graph structures in a customized and intuitive manner. The free placement of nodes will remain persistent until the layout is reset or another layout mode is selected.
>
> 
Tobias Holenstein has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 24 commits:
- Update DiagramScene.java
- Update HierarchicalLayoutManager.java
- Update Slot.java
- Update OutputSlot.java
- Update InputSlot.java
- missing import after merge
- Merge branch 'master' into JDK-8345041
- JDK-8345041 IGV: Free Placement Mode in IGV Layout
fix
- Merge branch 'pr/22402' into JDK-8343705
- revert copyright changes
- ... and 14 more: https://git.openjdk.org/jdk/compare/a80ccf2c...43fb3612
-------------
Changes: https://git.openjdk.org/jdk/pull/22438/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22438&range=02
Stats: 587 lines in 11 files changed: 573 ins; 1 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/22438.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22438/head:pull/22438
PR: https://git.openjdk.org/jdk/pull/22438
More information about the hotspot-compiler-dev
mailing list