Hi All,
I want to display a SVG using batik api. So for the purpose i am using
JSVGComponent from org.apache.batik.swing.svg.JSVGComponent
Right now i am using the following procedure
JSVGComponent svgcomp=new JSVGComponent();
svgcomp.loadSVGDocument("file://r2deploy/ProcessChem/svg/compounds/596.svg")
;
This works very fine, but i need a method in batik API, which uses String
parameter (an SVG String), which will directly take a SVG String as a
parameter and display it.
Do i have an option for this purpose ?
Please help and guide for the same.
Thanks and Regards,
Sudhendu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]