You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Saehoon Cheon <sa...@gmail.com> on 2007/08/15 21:18:03 UTC

Message balloon

Hello again,
I'd like to make a message balloon when mouse moves over a component.
Does batik support that function?
Otherwise, how can I make it?  Can I make it with other java packages? If
so, please recommend a good packages I can download.

Thank you in advance.

Re: Message balloon

Posted by th...@kodak.com.
Hi Saehoon,

"Saehoon Cheon" <sa...@gmail.com> wrote on 08/15/2007 04:24:52 PM:

> Can you show me a java code example?

   The "tool tip" support built into Batik doesn't need
Java.  You preannotate your document with the tool tips
you want.

   You could also look at: samples/tests/spec/scripting/addDescOnClick.svg
Which adds a 'desc' tag in response to a click in the SVG.

> On 8/15/07, Andreas Neumann <ne...@karto.baug.ethz.ch> wrote: 
> Batik supports tooltips.
> 
> If you have something like:
> 
> <rect ....>
> <title>Some tooltip</title> 
> </rect>
> 
> it will display the content of the title element in a tooltip.
> 
> Maybe this helps in your case?
> 
> Andreas
> 
> Saehoon Cheon wrote:
> > Hello again,
> > I'd like to make a message balloon when mouse moves over a component. 
> > Does batik support that function?
> > Otherwise, how can I make it?  Can I make it with other java packages?
> > If so, please recommend a good packages I can download.
> >
> > Thank you in advance. 
> >
> >
> >
> 
> 
> --
> --
> ----------------------------------------------
> Andreas Neumann
> Institute of Cartography
> ETH Zurich
> Wolfgang-Paulistrasse 15
> CH-8093  Zurich, Switzerland
> 
> Phone: ++41-44-633 3031, Fax: ++41-44-633 1153
> e-mail: neumann@karto.baug.ethz.ch
> www: http://www.carto.net/neumann/
> SVG.Open : http://www.svgopen.org/
> Carto.net: http://www.carto.net/
> 
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org

> 
> 
> 
> -- 
> Saehoon Cheon
> The University of Arizona
> Dept.Electrical and Computer Engineering 

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: Message balloon

Posted by Saehoon Cheon <sa...@gmail.com>.
Can you show me a java code example?

On 8/15/07, Andreas Neumann <ne...@karto.baug.ethz.ch> wrote:
>
> Batik supports tooltips.
>
> If you have something like:
>
> <rect ....>
> <title>Some tooltip</title>
> </rect>
>
> it will display the content of the title element in a tooltip.
>
> Maybe this helps in your case?
>
> Andreas
>
> Saehoon Cheon wrote:
> > Hello again,
> > I'd like to make a message balloon when mouse moves over a component.
> > Does batik support that function?
> > Otherwise, how can I make it?  Can I make it with other java packages?
> > If so, please recommend a good packages I can download.
> >
> > Thank you in advance.
> >
> >
> >
>
>
> --
> --
> ----------------------------------------------
> Andreas Neumann
> Institute of Cartography
> ETH Zurich
> Wolfgang-Paulistrasse 15
> CH-8093  Zurich, Switzerland
>
> Phone: ++41-44-633 3031, Fax: ++41-44-633 1153
> e-mail: neumann@karto.baug.ethz.ch
> www: http://www.carto.net/neumann/
> SVG.Open: http://www.svgopen.org/
> Carto.net: http://www.carto.net/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
>
>


-- 
Saehoon Cheon
The University of Arizona
Dept.Electrical and Computer Engineering

Re: Message balloon

Posted by Andreas Neumann <ne...@karto.baug.ethz.ch>.
Batik supports tooltips.

If you have something like:

<rect ....>
<title>Some tooltip</title>
</rect>

it will display the content of the title element in a tooltip.

Maybe this helps in your case?

Andreas

Saehoon Cheon wrote:
> Hello again,
> I'd like to make a message balloon when mouse moves over a component.
> Does batik support that function?
> Otherwise, how can I make it?  Can I make it with other java packages? 
> If so, please recommend a good packages I can download.
>  
> Thank you in advance.
>  
>
>  


-- 
--
----------------------------------------------
Andreas Neumann
Institute of Cartography
ETH Zurich
Wolfgang-Paulistrasse 15
CH-8093  Zurich, Switzerland

Phone: ++41-44-633 3031, Fax: ++41-44-633 1153
e-mail: neumann@karto.baug.ethz.ch
www: http://www.carto.net/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org