Stephan Druskat Messages: 30 Registered: October 2011 Location: Berlin, Germany
Member
Dear All,
before I turn to using ZEST for my RCP application, I'd like to know whether it's possible to have transparent nodes in a graph, so that only the node text is visible.
You could define custom figures. If you are using the JFace API, then your Label provider should extend the IFigureProvider. Or you could create nodes with custom figures using the CGraphNode class.