eclipse / elk

Eclipse Layout Kernel - Automatic layout for Java applications.
https://www.eclipse.org/elk/
Other
239 stars 82 forks source link

How to use Draw2DLayoutProvider? #1035

Open WYBupup opened 1 month ago

WYBupup commented 1 month ago

Ask your questions I want to use Draw2D algorithm to layout my graph using Java APi. However, I cannot include Draw2DLayoutProvider into my project.

(Optional) Expected behavior Any tips on how to import Draw2DLayoutProvider in my project?

(Optional) ELK Version 0.8.1

soerendomroes commented 1 month ago

Hi, sorry for the late reply. Have you looked at our documentation regarding this: https://eclipse.dev/elk/documentation/tooldevelopers/usingplainjavalayout.html https://eclipse.dev/elk/documentation/tooldevelopers/usingalgorithmsdirectly.html

What questions are still remaining?