Class Customization

    • Constructor Summary

      Constructors 
      Constructor Description
      Customization()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getDarkTextColor()
      Deprecated.
      This is no longer supported since EMVCo Specification 2.3.1.
      java.lang.String getTextColor()
      Provides the text color value.
      java.lang.String getTextFontName()
      Provides the value for text font name.
      int getTextFontSize()
      Provides the value for text font size is SP.
      void setDarkTextColor​(java.lang.String hexColorCode)
      Deprecated.
      This is no longer supported since EMVCo Specification 2.3.1.
      void setTextColor​(java.lang.String hexColorCode)  
      void setTextFontName​(java.lang.String textFontName)  
      void setTextFontSize​(int textFontSize)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Customization

        public Customization()
    • Method Detail

      • getTextFontSize

        public int getTextFontSize()
        Provides the value for text font size is SP.
        Returns:
        int value font size
      • setTextFontSize

        public void setTextFontSize​(int textFontSize)
                             throws InvalidInputException
        Parameters:
        textFontSize - size of the text in SP.
        Throws:
        InvalidInputException - if invalid input is provided.
      • getTextColor

        public java.lang.String getTextColor()
        Provides the text color value.
        Returns:
        String
      • setTextColor

        public void setTextColor​(java.lang.String hexColorCode)
                          throws InvalidInputException
        Parameters:
        hexColorCode - color value in hexadecimal format, example: #333333
        Throws:
        InvalidInputException - if invalid input is provided.
      • getTextFontName

        public java.lang.String getTextFontName()
        Provides the value for text font name.
        Returns:
        String
      • getDarkTextColor

        @Deprecated
        public java.lang.String getDarkTextColor()
        Deprecated.
        This is no longer supported since EMVCo Specification 2.3.1. Use getTextColor() with UiCustomization.UiCustomizationType.DARK instead.
        Provides the dark text color value.
        Returns:
        String