[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Custom layout at diagram creation

Alex Shatalin a Ãcrit :
Hello Esteban,

If bounds.getHeight() == -1 then Figure.getPreferredSize() method will be used to determine diagram node height (same with width).
You can either use same logic or set height/width by your own code.


-----------------
Alex Shatalin


Hi Alex,

How can I get node's figures from my node while edit parts exist only after diagram opening?