Class SplashScreenOptions
java.lang.Object
net.agilhard.maven.plugins.jpacktool.extend.mojo.SplashScreenOptions
public class SplashScreenOptions
extends java.lang.Object
Options for the splash screen
- Author:
- Bernd Eilers
-
Field Summary
Fields Modifier and Type Field Description protected java.io.FilefileThe File for the imageprotected java.lang.StringfontNameFontNameprotected intfontSizeprotected java.lang.Stringnamename in the installationprotected intxX Position where message output starts.protected intyX Position where message output starts. -
Constructor Summary
Constructors Constructor Description SplashScreenOptions() -
Method Summary
Modifier and Type Method Description java.io.FilegetFile()java.lang.StringgetFontName()intgetFontSize()java.lang.StringgetName()intgetX()intgetY()
-
Field Details
-
file
@Parameter(required=true, readonly=false) protected java.io.File fileThe File for the image -
name
@Parameter(required=true, readonly=false) protected java.lang.String namename in the installation -
x
@Parameter(required=false, readonly=false) protected int xX Position where message output starts. -
y
@Parameter(required=false, readonly=false) protected int yX Position where message output starts. -
fontName
@Parameter(required=false, readonly=false) protected java.lang.String fontNameFontName -
fontSize
@Parameter(required=false, readonly=false) protected int fontSize
-
-
Constructor Details
-
SplashScreenOptions
public SplashScreenOptions()
-
-
Method Details
-
getFile
public java.io.File getFile() -
getName
public java.lang.String getName() -
getX
public int getX() -
getY
public int getY() -
getFontName
public java.lang.String getFontName() -
getFontSize
public int getFontSize()
-