Class Theme


  • public class Theme
    extends Object
    • Method Detail

      • getPrimaryColorPalette

        public ColorShader getPrimaryColorPalette()
      • getSecondaryColorPalette

        public ColorShader getSecondaryColorPalette()
      • getErrorColorPalette

        public ColorShader getErrorColorPalette()
      • getBBjBackgroundColor

        public com.basis.startup.type.sysgui.BBjColor getBBjBackgroundColor()
      • getProperty

        public String getProperty​(String propkey)
      • getNumProperty

        public Double getNumProperty​(String propkey)
      • getBackgroundColor

        public String getBackgroundColor()
      • getBBjFont

        public com.basis.bbj.proxies.sysgui.BBjFont getBBjFont()
                                                        throws com.basis.startup.type.BBjException
        Throws:
        com.basis.startup.type.BBjException
      • getBBjFont

        public com.basis.bbj.proxies.sysgui.BBjFont getBBjFont​(String type)
                                                        throws com.basis.startup.type.BBjException
        Throws:
        com.basis.startup.type.BBjException
      • getBBjFont

        public com.basis.bbj.proxies.sysgui.BBjFont getBBjFont​(String type,
                                                               int style)
                                                        throws com.basis.startup.type.BBjException
        Throws:
        com.basis.startup.type.BBjException
      • getImagePath

        public String getImagePath​(String iconPropertyKey)
                            throws com.basis.startup.type.BBjException
        Throws:
        com.basis.startup.type.BBjException
      • getBBjImage

        public com.basis.bbj.proxies.sysgui.BBjImage getBBjImage​(String iconPropertyKey)
                                                          throws com.basis.startup.type.BBjException,
                                                                 IOException
        Throws:
        com.basis.startup.type.BBjException
        IOException
      • getBBjImage

        public com.basis.bbj.proxies.sysgui.BBjImage getBBjImage​(String iconPropertyKey,
                                                                 int onWhichBackground)
                                                          throws com.basis.startup.type.BBjException,
                                                                 IOException
        Throws:
        com.basis.startup.type.BBjException
        IOException
      • setPropertyPath

        public static void setPropertyPath​(String path)
      • setBBjAPI

        public static void setBBjAPI​(com.basis.bbj.proxies.BBjAPI api)
                              throws com.basis.startup.type.BBjException
        Throws:
        com.basis.startup.type.BBjException
      • getInstance

        public static Theme getInstance​(String propertyPath,
                                        com.basis.bbj.proxies.BBjAPI bbjapi)
                                 throws IOException,
                                        com.basis.startup.type.BBjException
        Throws:
        IOException
        com.basis.startup.type.BBjException