|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.graphicsio.emf.EMFConverter
org.freehep.graphicsio.emf.EMF2SVG
public class EMF2SVG
simple class that uses EMFConverter to convert emf to svg.
Uses EMFConverter.export(String, String, String)
with type = SVG.
| 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 |
|---|
public EMF2SVG()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - args[0] source file name, args[1] target file (can be empty)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||