kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-995] Auto layout for KaxViz #932

Open rju opened 3 weeks ago

rju commented 3 weeks ago

JIRA Issue: KIEKER-995 Auto layout for KaxViz Original Reporter: Nils Christian Ehmke


It would be nice to have an auto layouting within KaxViz. It seems like there are some auto layout code snippets which are commented out, but currently there is no such possibility.

Maybe use Kieler?

Checklist:

rju commented 3 weeks ago

author Jan Waller -- Fri, 5 Jul 2013 11:51:58 +0200

It would be quite some work to include Kieler into the used framework, I guess. Especially as teh framework supports several autolayouts by itself.

When I originally created KaxViz I had a nice autolayout, but that had problems with the later added display of ports. This should be fixable.

rju commented 3 weeks ago

author André van Hoorn -- Mon, 2 Sep 2013 17:03:14 +0200

Check if fixed with new release of jgraph. If not, move milestone to X

rju commented 3 weeks ago

author Jan Waller -- Tue, 3 Sep 2013 12:20:00 +0200

The layouts available in jgraphx are not compatible with the way we add our ports.

A solution would be to connect all filters without ports, then layout, then remove connections and connect with ports.

rju commented 3 weeks ago

author nils-christian -- Tue, 3 Sep 2013 13:26:00 +0200

Guess this workaround would be better than nothing. How does it look?

rju commented 3 weeks ago

author Jan Waller -- Tue, 3 Sep 2013 13:39:10 +0200

Like work?
I did not implement it, but feel free.