Skip to main content



      Home
Home » Eclipse Projects » GEF » [Zest] : drawing rectangle, circle, etc...
[Zest] : drawing rectangle, circle, etc... [message #689515] Mon, 27 June 2011 14:52 Go to next message
Eclipse UserFriend
Hi,

I'm new to Zest and I was wondering how can I create a circle on my Graph:

I mean something like
...
g = new Graph(parent, SWT.NONE);
CircleNode n = new CircleNode(g, SWT.NONE, label);
...

Re: [Zest] : drawing rectangle, circle, etc... [message #690070 is a reply to message #689515] Tue, 28 June 2011 18:48 Go to previous message
Eclipse UserFriend
The basic approach is to use custom figures. Have a look at this blog post and this example.
Previous Topic:[ZEST] Lazy Graph Creation
Next Topic:Listen on view resize
Goto Forum:
  


Current Time: Sat Apr 26 08:23:16 EDT 2025

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

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

Back to the top