public class EMFConverter extends Object
| Constructor and Description | 
|---|
| EMFConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static void | export(String type,
      String srcFileName,
      String destFileName)Looks for an (FreeHEP-) ExportFileType in class path
 to create the selected output format for destFileName. | 
| static void | main(String[] args)starts the conversion | 
protected static void export(String type, String srcFileName, String destFileName)
type - extension / file format to writesrcFileName - emf file to readdestFileName - file to create, if null srcFileName
        is used with the extension typepublic static void main(String[] args)
args - args[0] source file, args[1] destination
        file with target format in extensionCopyright © 2014. All rights reserved.