|
hi,
am trying to implement a java application and have
been trying to make use of the batik plugin with eclipse. i have been sucessful
in creating a svg document for a bar chart and adding it to a JSVGCanvas to
display. however, i would like to make my svg interactive and would need to
include some mouseevents, linking and even loading anotehr svg on
top.
i have previously managed to do this in javascript.
but am not sure if its possible through java.
thanks |