Open GoogleCodeExporter opened 9 years ago
And basically it is not possible to instantiate a ConcentricRadialLayouter
without
setting the _vgraph. I get a lot of errors because the implementation assumes
that
the visual graph is set although the code comments state that it is possible to
set
the visual graph later...
Original comment by andreas....@gmail.com
on 8 Apr 2008 at 8:48
Hi Andreas,
hmm no I think you cannot have a layouter but no VGraph, but you can do it
the other way round. Which comment in the code are you referring to?
I think almost all layouters assume the vgraph is present and valid.
It is really the most essential object of the library.
Try to do it differently, i.e. create the VGraph first and add
the layouter next. Yes, that may not be possible in pure MXML,
but so be it.
Original comment by spo...@gmail.com
on 18 May 2008 at 5:48
I am referring to the asdocs befor the constructor of BaseLayouter. And yes,
there
are a lot of work around methods. But sometimes it would be nice to be able to
create
the instances of your layouter classes, configure them and switch between them
without the need to create new objects. On the other side, it is just confusing
that
you cannot call the constructor of the class with default parameter because of
the
failure described above.
Original comment by andreas....@gmail.com
on 20 May 2008 at 11:36
Original issue reported on code.google.com by
andreas....@gmail.com
on 2 Apr 2008 at 2:18