org.freehep.graphicsio.emf
Class EMF2SVG

java.lang.Object
  extended by org.freehep.graphicsio.emf.EMFConverter
      extended by org.freehep.graphicsio.emf.EMF2SVG

public class EMF2SVG
extends EMFConverter

simple class that uses EMFConverter to convert emf to svg. Uses EMFConverter.export(String, String, String) with type = SVG.

Version:
$Id: EMF2SVG.java 10515 2007-02-06 18:42:34Z duns $
Author:
Steffen Greiffenberg

Constructor Summary
EMF2SVG()
           
 
Method Summary
static void main(java.lang.String[] args)
          starts the export
 
Methods inherited from class org.freehep.graphicsio.emf.EMFConverter
export
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMF2SVG

public EMF2SVG()
Method Detail

main

public static void main(java.lang.String[] args)
starts the export

Parameters:
args - args[0] source file name, args[1] target file (can be empty)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.