Hello,

in an application, am using component.paint(someSVGGraphics2DInstance)
to generate a svg tree. While it can generate a correct svg tree, am
wondering how to meet a specific requirement.

The component contains a hierarchy of subcomponent (it's a graph
component). Each of those subcomponent can be associated with an id.

I'd like to hint SVGGraphics2D, somehow into generating a similar
hierarchy of box (with corresponding id) inside the svg. Assuming i can
explore myself the components hierarchy (that is i do not rely on the
container's paint()) how can i provide such information to the svg tree?

Thanks for help


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

Reply via email to