If you want a tooltip, you add a <desc> element as a child of the element you're trying to describe:
<rect x="10" y="10" width="10" height=10"> <desc>This is a rectangle.</desc> </rect> Michael Bishop -----Original Message----- From: Saehoon Cheon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 8:22 PM To: batik-users@xmlgraphics.apache.org Subject: Mouse over listener?? I'd like to make a function that shows a text when I moved mouse over a figure and then disappear when the mouse is moved away. I am not sure if I explained well what I want to do. We can find the function in a web page when we just moved mouse in a link. I want to implement with Batik now. How can I implement it? Please give me an example. -- Saehoon Cheon The University of Arizona Dept.Electrical and Computer Engineering --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]