Class BaseAgreeButtonStyles


  • public class BaseAgreeButtonStyles
    extends Object
    BaseAgreeButtonStyles.
    • Constructor Detail

      • BaseAgreeButtonStyles

        public BaseAgreeButtonStyles()
    • Method Detail

      • backgroundColor

        public BaseAgreeButtonStyles backgroundColor​(String backgroundColor)
        backgroundColor.
        Returns:
        BaseAgreeButtonStyles
      • getBackgroundColor

        public String getBackgroundColor()
        Control the background color of the element..
        Returns:
        backgroundColor
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
        setBackgroundColor.
      • getBorder

        public String getBorder()
        Control the border of the element..
        Returns:
        border
      • setBorder

        public void setBorder​(String border)
        setBorder.
      • getBorderColor

        public String getBorderColor()
        Control the border color of the element..
        Returns:
        borderColor
      • setBorderColor

        public void setBorderColor​(String borderColor)
        setBorderColor.
      • getBorderRadius

        public String getBorderRadius()
        Control the border radius of the element..
        Returns:
        borderRadius
      • setBorderRadius

        public void setBorderRadius​(String borderRadius)
        setBorderRadius.
      • getBorderStyle

        public String getBorderStyle()
        Control the border style of the element..
        Returns:
        borderStyle
      • setBorderStyle

        public void setBorderStyle​(String borderStyle)
        setBorderStyle.
      • getBorderWidth

        public String getBorderWidth()
        Control the border width of the element..
        Returns:
        borderWidth
      • setBorderWidth

        public void setBorderWidth​(String borderWidth)
        setBorderWidth.
      • getBoxShadow

        public String getBoxShadow()
        Control the display of the box shadow of the agree button..
        Returns:
        boxShadow
      • setBoxShadow

        public void setBoxShadow​(String boxShadow)
        setBoxShadow.
      • getColor

        public String getColor()
        Control the fore-ground color of the element..
        Returns:
        color
      • setColor

        public void setColor​(String color)
        setColor.
      • getFontFamily

        public String getFontFamily()
        Control the font family of the text..
        Returns:
        fontFamily
      • setFontFamily

        public void setFontFamily​(String fontFamily)
        setFontFamily.
      • getFontSize

        public String getFontSize()
        Control the font size of the text..
        Returns:
        fontSize
      • setFontSize

        public void setFontSize​(String fontSize)
        setFontSize.
      • getFontStyle

        public String getFontStyle()
        Control the font style of the text..
        Returns:
        fontStyle
      • setFontStyle

        public void setFontStyle​(String fontStyle)
        setFontStyle.
      • getFontWeight

        public Object getFontWeight()
        Control the font weight of the text..
        Returns:
        fontWeight
      • setFontWeight

        public void setFontWeight​(Object fontWeight)
        setFontWeight.
      • getHeight

        public String getHeight()
        Control the height of the agree button..
        Returns:
        height
      • setHeight

        public void setHeight​(String height)
        setHeight.
      • getMargin

        public String getMargin()
        Control the margin of the element..
        Returns:
        margin
      • setMargin

        public void setMargin​(String margin)
        setMargin.
      • getOpacity

        public String getOpacity()
        Control the opacity of the element.
        Returns:
        opacity
      • setOpacity

        public void setOpacity​(String opacity)
        setOpacity.
      • getOutline

        public String getOutline()
        Control the outline of the element.
        Returns:
        outline
      • setOutline

        public void setOutline​(String outline)
        setOutline.
      • getOutlineOffset

        public String getOutlineOffset()
        Conrol the outline offset of the element.
        Returns:
        outlineOffset
      • setOutlineOffset

        public void setOutlineOffset​(String outlineOffset)
        setOutlineOffset.
      • getPadding

        public String getPadding()
        Control the padding of the element..
        Returns:
        padding
      • setPadding

        public void setPadding​(String padding)
        setPadding.
      • getWidth

        public String getWidth()
        Control the width of the agree button..
        Returns:
        width
      • setWidth

        public void setWidth​(String width)
        setWidth.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object