com.compomics.software
Class SplashScreen

java.lang.Object
  extended by com.compomics.software.SplashScreen

public class SplashScreen
extends Object

Class that takes care of converting an svg file to a png file using the command line version of apache batik.

Author:
Harald Barsnes

Constructor Summary
SplashScreen(String[] args)
          Constructor.
 
Method Summary
static void main(String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen(String[] args)
Constructor. Requires three arguments, 1) the target folder of the tool with the figure to convert, 2) the jar file folder of the tool with the figure to convert, and 3) the figure file name (without .svg or .png).

Parameters:
args - the arguments: 1) target folder, 2) jar file folder, 3) figure file name (without .svg or .png)
Method Detail

main

public static void main(String[] args)
The main method. Use in the pom file starting the process.

Parameters:
args - the arguments: 1) target folder, 2) jar file folder, 3) figure file name (without .svg or .png)


Copyright © 2013. All Rights Reserved.