Hi again.

I notice that GenericBridges are only handled if the element they are
bridging is a child of an element being handled by an
AbstractGraphicsNodeBridge.  SVGUtilities.bridgeChildren is only called
from AbstractGraphicsNodeBridge.buildGraphicsNode.

SVGSVGElementBridge overrides buildGraphicsNode but has the call to
SVGUtilities.bridgeChildren commented out.  Why is this?

The reason I ask is that I have an extension element I am writing and
its bridge implements GenericBridge and only inherits from
AbstractSVGBridge.  I don't want to make my bridge inherit from
AbstractGraphicsNodeBridge because it doesn't do anything graphical.

Thanks,

Cameron

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to