Re: How do I mouse-click on an SVG element and change it's color

2004-10-06 Thread Thomas DeWeese
Hi Chris, Web Query wrote: I just started programming with batik today and have come to a point that is stumpping me after hours of looking at the API and tracing code through the debugger. I have managed to take the sample SVGBrowser application and implement mouse listening in such a way that

Re: How do I mouse-click on an SVG element and change it's color

2004-10-05 Thread Archie Cobbs
Web Query wrote: > Is dynamically changing the color of the GraphicsNode possible? > Is there a simple way to change the color of the GraphicsNode object? > If not, where do I get the BridgeContext and Element necessary to make > the color changes? You don't need to fool with any of the bridge s