Batik Performance Questions

2005-02-04 Thread Steven Huey
Hello, I ran some tests using a modified version of the SVGApplication found online at http://xml.apache.org/batik/svgcanvas.html . I've basically added a few calls to System.currentTimeMillis() in the three listeners at the end of the class to determine how long various operations are taking.

Réf. : Re: dynamic change of display rendering

2005-02-04 Thread Rémy Brousset
   hi thomas,   i will try that.    the reason why i want the graphicsnodes is that i got to paint the svg as map objects, and paint them over an existing map of an applet (that only gives me its display context).   have a nice day... Remy

Re: dynamic change of display rendering

2005-02-04 Thread Thomas DeWeese
Hi Rémy Rémy Brousset wrote: you'right tonny there are no graphics node associated with the defs elements (that's why i had a null return). i will thus try the leo solution with a dynamic insert of . but, got i to reload the gvt tree, or to reconstruct it? if yes, how? what's your "favorite" met

RE: RE: dynamic change of display rendering

2005-02-04 Thread Rémy Brousset
  leo, tonny, andres, thanks for your answers,   you'right tonny there are no graphics node associated with the defs elements (that's why i had a null return). i will thus try the leo solution with a dynamic insert of . but, got i to reload the gvt tree, or to reconstruct it? if yes, how? wha