The other approach would be to add an onmouseover/onmouseout handlers to the
particular object.  Here's an example:
http://www.carto.net/papers/svg/samples/mouse_over_effects.shtml

Hope this helps,

Mark Fortner

On 6/21/07, Bishop, Michael W. CONTR J9C880 <[EMAIL PROTECTED]>
wrote:

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: [email protected]
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]


Reply via email to