Hi, does anybody have a pointer for me on how to implement the following with
batik:

I have a Batik application that shows dynamic (update a couple of times a
minute) data on a roadmap. Some maps have over 5000 of such dynamic elements
-- elements are representing speed/flow sensors, etc -- . At the moment I
change the fill color of these elements on new data arrival, and this works
fine. Now I would like to label each of these elements (much like a tooltip,
but not on one element but on all) with the latest data. Users can hide/make
visible the labels from a toolbar.

My current options seem to be:

- put a text in the dom for each dynamic element that gets changed every
time new data is available
- put an overlay on the canvas that paints the text at the right positions (
zoomed, panned, rotated, skewed etc.)


Is this correct and if so what is the best approach?

Vincent 
-- 
View this message in context: 
http://www.nabble.com/how-to---dynamic-labels-tf2391776.html#a6668447
Sent from the Batik - Users mailing list archive at Nabble.com.


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

Reply via email to