Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » recursive call of fillShape methode
recursive call of fillShape methode [message #231496] Fri, 09 March 2007 11:55
Eclipse UserFriend
Originally posted by: bacem_gl5.yahoo.fr

hello,
I have a figure that extends Shape class, and i want to add to it another
figure that extends figure (so this one override paintFigure methode). But
i get a recursive call of fillShape methode in which i put this code :

Figure figure = new Figure();
setLayoutManager(new StackLayout());
add(figure);

has someone any ideas that can help me??
thx.
Previous Topic:Recursive Deleting all children of a ModelObject
Next Topic:zoom and connection-width
Goto Forum:
  


Current Time: Thu Apr 25 10:18:26 GMT 2024

Powered by FUDForum. Page generated in 0.03576 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top