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
SVG with JAVA
Re: SVG with JAVA
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.