You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Sudhendu Mahapatro <sm...@Row2Technologies.com> on 2002/01/29 13:54:37 UTC

parameter of SVG string...

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: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org