> I'm new with batik so i want to ask u what is/are the classes > that just draw > an SVG document? In other words i want to know wich classes > validates an SVG > doc and tells to Java2D what has to print? > I want to know this because i have to add aditional features (like the > possibility to not show some group) to all SVG docs that have tags like:
I am not sure what you want to do. May be, the informations bellow will help. The Bridge module takes a DOM and create a GVT tree. A GVT tree is then rendered via a Renderer and that produces an Image. If you want to control things that are built, you can easily subclass the bridges you are interested in, put your new bridges implementation to the BridgeContext and ask the GVTBuilder to build the GVTTree after that. Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
