Package com.adyen.threeds2.customization
        Class Customization
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable
 
 public class Customization implements Serializable This class serves as a superclass for the specific customization classes. Created by Ran Haveshush on 24/08/2018. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description static IntegerparseHexColorCode(String hexColorCode)static TypefaceparseTypeface(Context context, String fontName)StringgetTextColor()voidsetTextColor(String hexColorCode)Sets the text color for a UI element. StringgetTextFontName()voidsetTextFontName(String fontName)Sets the text font type for a UI element. intgetTextFontSize()voidsetTextFontSize(int fontSize)Sets the text font size for a UI element. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        parseHexColorCodestatic Integer parseHexColorCode(String hexColorCode) 
 - 
                                        parseTypefacestatic Typeface parseTypeface(Context context, String fontName) 
 - 
                                        getTextColorString getTextColor() - Returns:
- The color code of the text. 
 
 - 
                                        setTextColorvoid setTextColor(String hexColorCode) Sets the text color for a UI element. - Parameters:
- hexColorCode- The color code in Hex format.
 
 - 
                                        getTextFontNameString getTextFontName() - Returns:
- The text font type name. 
 
 - 
                                        setTextFontNamevoid setTextFontName(String fontName) Sets the text font type for a UI element. - Parameters:
- fontName- The text font type name for the UI element.
 
 - 
                                        getTextFontSizeint getTextFontSize() - Returns:
- The text font size. 
 
 - 
                                        setTextFontSizevoid setTextFontSize(int fontSize) Sets the text font size for a UI element. - Parameters:
- fontSize- The text font size for the UI element.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-