Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/Photon Work Description/Usability/ELK"

(Created page with "The Eclipse Layout Kernel (ELK) implements an infrastructure to connect diagram editors or viewers to automatic layout algorithms. It also imp...")
 
 
Line 1: Line 1:
The Eclipse Layout Kernel ([[https://www.eclipse.org/elk/|ELK]]) implements an infrastructure to connect diagram editors or viewers to automatic layout algorithms. It also implements a number of standard layout algorithms ready to be used out of the box.
+
The Eclipse Layout Kernel ([https://www.eclipse.org/elk/ ELK]) implements an infrastructure to connect diagram editors or viewers to automatic layout algorithms. It also implements a number of standard layout algorithms ready to be used out of the box.
  
  

Latest revision as of 09:21, 5 March 2018

The Eclipse Layout Kernel (ELK) implements an infrastructure to connect diagram editors or viewers to automatic layout algorithms. It also implements a number of standard layout algorithms ready to be used out of the box.


Global representation

There should be a way to set a standard layout for diagrams during their creation or after they are imported. For this, ELK seemed a good solution as it allows the user to set its own layouts or get one provided through Papyrus and use it out of the box.


Example


ELKTreeLayout
Figure1


Update site

An update site for the current iteration, compatible with Papyrus Photon, can be found here

Back to the top