Interface ApplicationTheme


  • public interface ApplicationTheme
    • Method Detail

      • createTheme

        static ApplicationTheme createTheme​(java.lang.String applicationBackgroundImage)
      • createTheme

        static ApplicationTheme createTheme​(java.io.File applicationBackgroundImageFile)
      • createTheme

        static ApplicationTheme createTheme​(java.net.URL applicationBackgroundImageURL)
      • createTheme

        static ApplicationTheme createTheme​(java.lang.String applicationBackgroundImage,
                                            StylingTheme applicationTheme,
                                            java.lang.String customIconStyleId,
                                            java.lang.String customIconLibraryId)
      • getApplicationBackgroundImage

        java.lang.String getApplicationBackgroundImage()
      • geApplicationBackgroundImageFile

        java.io.File geApplicationBackgroundImageFile()
      • getCustomIconStyleId

        java.lang.String getCustomIconStyleId()
      • getCustomIconLibraryId

        java.lang.String getCustomIconLibraryId()