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 image
    protected java.lang.String fontName
    FontName
    protected int fontSize  
    protected java.lang.String name
    name in the installation
    protected 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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • file

      @Parameter(required=true, readonly=false) protected java.io.File file
      The File for the image
    • name

      @Parameter(required=true, readonly=false) protected java.lang.String name
      name in the installation
    • x

      @Parameter(required=false, readonly=false) protected int x
      X Position where message output starts.
    • y

      @Parameter(required=false, readonly=false) protected int y
      X Position where message output starts.
    • fontName

      @Parameter(required=false, readonly=false) protected java.lang.String fontName
      FontName
    • fontSize

      @Parameter(required=false, readonly=false) protected int fontSize
  • Constructor Details

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