Hi Group,
 

I’m currently using Batik in order to produce SVG from Java ; to do this, I use the SVGGraphics2D class because I already have an existing Java 2D graphic.

I would like to know if it is possible to add 'dynamic svg' when using the SVGGraphics2D class.

For example, suppose a Java 2D graphic that contains a rectangle and suppose that it must change of color when the user moves the mouse pointer on this rectangle

How could I do this using the SVGGraphics2D class ? (other ways welcome)

How can I animate this rectangle?

Thank you for your help

Regards

Reply via email to