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 Details

    • 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 Details

    • 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)