[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.gef] Re: GEF UML auto layout

I tryed to understand the Arrange all action in the org.eclipse.gmf.runtime.diagram.ui.actions plugin

apart from all the animation stuff i not able to get to the layout which does the actual arranging of UML diagram...

can any body give any directions

vijay wrote:

Hi,

Can any body suggest me about autolayout of UML class diagrams...

currently i am using DirectedGraphLayout for draw2d.graph pachage...

but it fails when the graph contains cycles, which is common in UML diagrams..

like a class contains its own instance...