com.centrasite.control.adapters.controls.junit
Class SVG2JPGTranscoderMemoryReadings

java.lang.Object
  extended by com.centrasite.control.adapters.controls.junit.SVG2JPGTranscoderMemoryReadings

public class SVG2JPGTranscoderMemoryReadings
extends java.lang.Object

Rasterization of SVG to JPEG; provides an idea about the memory being and time taken for the rasterization process NOTE: batik 1.6 had been used for this test case; however, the version of the batik jar delivered with Application Designer is 1.0; this might cause java.lang.OutOfMemoryError; please use batik 1.5 or 1.6 for running this test successfully


Constructor Summary
SVG2JPGTranscoderMemoryReadings()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVG2JPGTranscoderMemoryReadings

public SVG2JPGTranscoderMemoryReadings()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception