com.centrasite.control.adapters.controls.junit
Class SVG2JPGTranscoderMemoryReadings
java.lang.Object
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
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 |
SVG2JPGTranscoderMemoryReadings
public SVG2JPGTranscoderMemoryReadings()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception