Michael Hoffer

Results 81 comments of Michael Hoffer

One of our students is already working on it...

The current implementation uses the [VisualizationViewer](http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/visualization/VisualizationViewer.html) component to compute the JUNG layout. It is probably better to work with [VisualizationModel](http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/visualization/VisualizationModel.html) instead. **Example:** ``` java VisualizationModel visModel= new DefaultVisualizationModel(myLayout, new Dimension(800,...

Great news! Just tried the new implementation. Worked well! Some ideas for improving the current layout generators: - use simple grid-alignment after layout to prevent "almost-aligned" nodes: ![vworkflows-layout-grid-01](https://cloud.githubusercontent.com/assets/225266/15825643/e6fab3e8-2c04-11e6-9789-4361ff0c92dc.png) ![vworkflows-layout-grid-02](https://cloud.githubusercontent.com/assets/225266/15825647/ea32a944-2c04-11e6-908e-f93d15189532.png) -...

Looks much better now. Thanks!

Current implementation will be published in next maven release. Since it is still an incubating feature, LayoutGenerator\* classes will be moved to the incubating package.

@TCMBoby are we ready for maven/bintray publication?

We have a new release which includes automatic layout as incubating feature: https://bintray.com/miho/VWorkflows/vworkflows-fx/0.2.3

Can be customized now, restricted zoom+scrollbars are possible. documentation is coming asap.

Huge, indeed :) Since it seems to introduce incompatibilities, I won't merge it right now. But we will meet in a few days anyway and we can certainly find some...

Thanks for your contribution! I'll have a look at it...