Hello Batikers, I am playing with w3.org's sample file
http://www.w3.org/Graphics/SVG/Test/20010127/interact-bubble-BE-04.html
and have a question regarding the batik code.

Every time I move my mouse over an object with an 
<g onmouseover="bubbleYes(evt, 'red')"...> script, 
a new java object gets generated and loaded into the VM from the Rhino engine.
This dynamic class is named something like 'org.mozilla.javascript.gen.c4'.
Is it possible to cache the generated code, 
and reuse next time I move the mouse?
Are there any thread safety issues to worry about?

Secondly, how much code is missing to actually redraw the image (ie. change 
the color of a circle in this example) after it has been initially rendrered?

Thanks,
george moudry
los angeles


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

Reply via email to