Hi,

On Mon, Mar 10, 2008 at 9:55 PM, Thierry Templier <[EMAIL PROTECTED]> wrote:
> Hello,
>
>  I wonder if it is possible to get the svg element(s)
>  corresponding to an absolute position from Java
>  without display the svg. As a matter of fact, I need
>  to get informations (values of DOM attributes) of the
>  return element...
>  Thanks a lot for your help!

Sorry, could not understand your question properly "...absolute
position from Java ..."

Batik is writtern in Java, and it is java. But what is the relation of
absolute position with java ?

If you mean absolute position on the screen as in pixel (x,y) without
displaying the SVG using JSVGCanvas, etc ?
You might be interested to look at the wiki artikel in Batik website
regarding boot css (forget the url).

If above is not the case, you are trying to get attribute values from
the DOM, you can use the standard DOM API eg:
String str = element.getAttributeNS(null,"the-attribute");

Cheers
Tonny Kohar
-- 
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

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

Reply via email to