Class Billboard

  • All Implemented Interfaces:
    Referenceable

    public final class Billboard
    extends InstallableObject
    Billboards are images that appear in the large right hand pane of the installer while files are being installed.

    Several billboard graphics may be added for larger (and longer) installations. For small installations only one billboard will show.

    Billboards may also be assigned to features, and will only be displayed if the feature they are associated with installs.

    • Constructor Detail

      • Billboard

        public Billboard()
    • Method Detail

      • setImage

        public void setImage​(java.lang.String path)
        The path of the billboard image file.
      • getImage

        public java.lang.String getImage()
        The path of the billboard image file.