I’m looking for a java library to use SVG for work flow presentation.
My question:
is Batik this dynamic that you can move the objects in a svg drawing?
E.g. moving icons in a canvas. Something like this: moveable
objects
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, Batik’s support for interactivity and scripting is very good. See here, where they say:
You can see here that they score an A+, and one of the highest overall scores compared to other SVG implementations.
The language (JavaScript) and DOM interfaces are pretty much the same as what you would find in the browser environment as well, making it possible to write very portable UI code that runs well in both contexts.