>> You should have the BridgeContext (either you created it or the >> Transcoder holds a reference to it as 'ctx'). Then just use >> the method: >> 'GraphicsNode BridgeContext.getGraphicsNode(Node node)' > > AAAhh ... I have been searching like mad for a method like that but > couldn't find it ... how I came to overlook that, I have no idea.
Sadly it doesn't work, I always get 'null' values back. I don't understand how this happens ... I am just using SVGAbstractTranscoder. I call super.transcode in my transcoder and then traverse the SVG DOM Tree for A nodes. For those nodes I try to get the associated GraphicsNode via ctx.getGraphicsNode. I do not explicitly build any nodes. As far as I understand, SVGAbstractTranscoder does build a complete gvt tree so every DOM node should have an associated GraphicsNode ? stefan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
