[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Arrange diagram elements

See http://wiki.eclipse.org/GMF_Tutorial_Part_3#Custom_Layout

You could have your own LayoutProvider which overrides adjustNodePadding().

Max schrieb:
Hello!
I've faced a problem and I'd be really happy if you help me.
Probably this thing is obvious but I didn't manage to find a solution.

When I run my diagram, I create some objects. There is a button "Arrange all", which helps to arrange these objects. It works good, but I want my objects to be closer to each other after this action. Also this action places objects in the center, but I want to place them near the top.
Is there any way I can influence the process of "arranging" objects using this button?


Thank you.