SVG with JAVA

Discuss SVG code, accessible via the XML Editor.
raktim1981
Posts: 1
Joined: Tue Jul 05, 2011 9:49 pm

SVG with JAVA

Postby raktim1981 » Tue Jul 05, 2011 10:04 pm

Hi,
We have the requirement of creating heat map in the form of a floor plan for a shopping mall. The Heat map would show in different colors each of the stores of the the shopping mall depending upon the sales they generate. We have the vector XML of the floor plan. We no need to integrate this with a Java portal. The Java portal would have dropdown selector for KPIs and depending upon the KPI selected the Heat Map would be generated.

It would be great if experts can provide some guidelines regarding the integration of SVG with Java.

Best Regards,
Raktim

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: SVG with JAVA

Postby ~suv » Tue Jul 05, 2011 10:22 pm

Maybe the Batik SVG Toolkit could be useful for such tasks?

Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.


Return to “SVG / XML Code”