TD> You can register Java listeners directly with the DOM tree. The TD> work you are doing with detecting GraphicsNode hits and following the TD> links to the DOM is already done in Batik. You should just register TD> your listeners on the SVGDOM objects.
I used a profiler lately. At first I realize, that most of performance will be needed for Event-handling. The AWTEventDispatcher needed more cpu-time than all others (I used the squiggle-application as test-object and load a document). So I am careful to register more listener ony any DOM-elements. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]