hello, 
I have a problem. 
I want to get the Graphic node associated to a Node:

org.w3c.dom.Element  e  = (org.w3c.dom.Element) myCanvas.getSVGDocument().getDocumentElement().getFirstChild();
Rectangle2D rect =
myCanvas.getBridgeContext().getGraphicsNode(e).getBounds();


but here the graphics node returned is null. (nullpointer exception)
e is not null and the bridge context is valid.
please help me
Thanks a lot



MSN Hotmail : choisissez votre adresse @hotmail.fr --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to