net.sf.jaxodraw.io
Class JaxoCLIConvert

java.lang.Object
  extended by net.sf.jaxodraw.io.JaxoCLIConvert

public final class JaxoCLIConvert
extends java.lang.Object

This class provides convenience methods to convert JaxoDraw xml files to tex (axodraw4j) files and vice versa.

Since:
2.0
Author:
Thomas Reiter

Method Summary
static void convert(java.lang.String[] args)
          Converts an array of JaxoDraw xml files to tex files or vice versa.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static void convert(java.lang.String[] args)
Converts an array of JaxoDraw xml files to tex files or vice versa.

Parameters:
args - an array of filenames. Only Strings with the extension ".xml" or ".tex" are taken into account.


Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.