Package com.compomics.software
Class SplashScreen
java.lang.Object
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
Constructors Constructor Description SplashScreen(String[] args)
Constructor. -
Method Summary
-
Constructor Details
-
SplashScreen
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 Details
-
main
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)
-