org.freehep.graphicsio.emf
Class EMF2SVG
java.lang.Object
org.freehep.graphicsio.emf.EMFConverter
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
Method Summary |
static void |
main(String[] args)
starts the export |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMF2SVG
public EMF2SVG()
main
public static void main(String[] args)
- starts the export
- Parameters:
args
- args[0] source file name, args[1] target file (can be empty)
Copyright © 2012. All Rights Reserved.