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.File
file
The File for the imageprotected java.lang.String
fontName
FontNameprotected int
fontSize
protected java.lang.String
name
name in the installationprotected int
x
X Position where message output starts.protected int
y
X Position where message output starts. -
Constructor Summary
Constructors Constructor Description SplashScreenOptions()
-
Method Summary
Modifier and Type Method Description java.io.File
getFile()
java.lang.String
getFontName()
int
getFontSize()
java.lang.String
getName()
int
getX()
int
getY()
-
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()
-