Thank you for your answer. What I really had in mind was this example<http://jung.sourceforge.net/applet/treelayout.html>. The svg image should be displayed in a java application, and some of its component (like the nodes in the example) are clickable, and even draggable (which implies dynamic svg, although it is not a crucial requirement, I'm more interested in the "clickable" feature). I don't see how I can integrate javascript with java.
Habib On Fri, Jul 24, 2009 at 3:35 AM, Mark Fortner <[email protected]> wrote: > You can attach behaviors to objects in an svg document using > javascript. You can find examples of this by simply googling for "svg > javacript". > > Hope this helps, > > Mark > > On Thursday, July 23, 2009, Habib El Hourani <[email protected]> wrote: > > Hi all, > > > > I just discovered the Batik while searching for a Java SVG library. I am > participating in a project where our program is supposed to be able to > manipulate svg images. For example, for an svg image which contains a > circle, I should be able to trigger an even by clicking the circle. Is it > possible with Batik? Thank you. > > > > > > -- > Mark Fortner > > blog: http://feeds.feedburner.com/jroller/ideafactory > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
