Menu

custom layout

PeterH
2009-11-30
2013-12-25
  • PeterH

    PeterH - 2009-11-30

    Hi,

    Is it possible to use the framework and create my own unique layout algorithm perhaps using some attributes of the vertices?

     
  • Jeff Black

    Jeff Black - 2013-10-15

    I have the same question.

     
  • Alan Foster

    Alan Foster - 2013-12-25

    I believe you wish to provide a custom Layout<V, E=""> implementation, which can then be set when instantiating your VisualizationViewer, ie

    new VisualizationViewer(new YourCustomLayout(...))

     

Log in to post a comment.