I\'m using Zest to draw a graph. However, I want to change the default color o开发者_C百科f the graphnode to another color based on its label. For example: Label: red => color of the node is red.If yo
When trying to run this zest tutorial, I get the following e开发者_JAVA百科rror: The type org.eclipse.draw2d.FigureCanvas cannot
I\'m writing an eclipse plugin. This plugin uses a few local jar files, and additionally has a few dependencies on other plugins.
Has anyone created a library of zest layout algorithms other than the ones highlighted here? 开发者_Go百科http://www.eclipse.org/gef/zest/There are some new algorithms in Zest 2.0, with an overhauled
ZEST was included in the GEF library. I am a bit confused about when to use GEF and when to use ZEST. I would like to know when using开发者_运维问答 GEF is better than using ZEST, and the other way ar
I am using RCP开发者_如何学Go and ZEST to create an application to visualize graphs. My question is: is it possible to zoom a graph drawn on ZEST (any ZEST or RCP api or plug-in)?
If I have a script that builds eggs, basically by running python setup.py bdist_egg --exclude-source-files