Package com.docusign.click.model
Class BaseAgreeButtonStyles
- java.lang.Object
-
- com.docusign.click.model.BaseAgreeButtonStyles
-
public class BaseAgreeButtonStyles extends Object
BaseAgreeButtonStyles.
-
-
Constructor Summary
Constructors Constructor Description BaseAgreeButtonStyles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseAgreeButtonStylesbackgroundColor(String backgroundColor)backgroundColor.BaseAgreeButtonStylesborder(String border)border.BaseAgreeButtonStylesborderColor(String borderColor)borderColor.BaseAgreeButtonStylesborderRadius(String borderRadius)borderRadius.BaseAgreeButtonStylesborderStyle(String borderStyle)borderStyle.BaseAgreeButtonStylesborderWidth(String borderWidth)borderWidth.BaseAgreeButtonStylesboxShadow(String boxShadow)boxShadow.BaseAgreeButtonStylescolor(String color)color.booleanequals(Object o)Compares objects.BaseAgreeButtonStylesfontFamily(String fontFamily)fontFamily.BaseAgreeButtonStylesfontSize(String fontSize)fontSize.BaseAgreeButtonStylesfontStyle(String fontStyle)fontStyle.BaseAgreeButtonStylesfontWeight(Object fontWeight)fontWeight.StringgetBackgroundColor()Control the background color of the element..StringgetBorder()Control the border of the element..StringgetBorderColor()Control the border color of the element..StringgetBorderRadius()Control the border radius of the element..StringgetBorderStyle()Control the border style of the element..StringgetBorderWidth()Control the border width of the element..StringgetBoxShadow()Control the display of the box shadow of the agree button..StringgetColor()Control the fore-ground color of the element..StringgetFontFamily()Control the font family of the text..StringgetFontSize()Control the font size of the text..StringgetFontStyle()Control the font style of the text..ObjectgetFontWeight()Control the font weight of the text..StringgetHeight()Control the height of the agree button..StringgetMargin()Control the margin of the element..StringgetOpacity()Control the opacity of the element.StringgetOutline()Control the outline of the element.StringgetOutlineOffset()Conrol the outline offset of the element.StringgetPadding()Control the padding of the element..StringgetWidth()Control the width of the agree button..inthashCode()Returns the HashCode.BaseAgreeButtonStylesheight(String height)height.BaseAgreeButtonStylesmargin(String margin)margin.BaseAgreeButtonStylesopacity(String opacity)opacity.BaseAgreeButtonStylesoutline(String outline)outline.BaseAgreeButtonStylesoutlineOffset(String outlineOffset)outlineOffset.BaseAgreeButtonStylespadding(String padding)padding.voidsetBackgroundColor(String backgroundColor)setBackgroundColor.voidsetBorder(String border)setBorder.voidsetBorderColor(String borderColor)setBorderColor.voidsetBorderRadius(String borderRadius)setBorderRadius.voidsetBorderStyle(String borderStyle)setBorderStyle.voidsetBorderWidth(String borderWidth)setBorderWidth.voidsetBoxShadow(String boxShadow)setBoxShadow.voidsetColor(String color)setColor.voidsetFontFamily(String fontFamily)setFontFamily.voidsetFontSize(String fontSize)setFontSize.voidsetFontStyle(String fontStyle)setFontStyle.voidsetFontWeight(Object fontWeight)setFontWeight.voidsetHeight(String height)setHeight.voidsetMargin(String margin)setMargin.voidsetOpacity(String opacity)setOpacity.voidsetOutline(String outline)setOutline.voidsetOutlineOffset(String outlineOffset)setOutlineOffset.voidsetPadding(String padding)setPadding.voidsetWidth(String width)setWidth.StringtoString()Converts the given object to string.BaseAgreeButtonStyleswidth(String width)width.
-
-
-
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.
-
border
public BaseAgreeButtonStyles border(String border)
border.- Returns:
- BaseAgreeButtonStyles
-
getBorder
public String getBorder()
Control the border of the element..- Returns:
- border
-
setBorder
public void setBorder(String border)
setBorder.
-
borderColor
public BaseAgreeButtonStyles borderColor(String borderColor)
borderColor.- Returns:
- BaseAgreeButtonStyles
-
getBorderColor
public String getBorderColor()
Control the border color of the element..- Returns:
- borderColor
-
setBorderColor
public void setBorderColor(String borderColor)
setBorderColor.
-
borderRadius
public BaseAgreeButtonStyles borderRadius(String borderRadius)
borderRadius.- Returns:
- BaseAgreeButtonStyles
-
getBorderRadius
public String getBorderRadius()
Control the border radius of the element..- Returns:
- borderRadius
-
setBorderRadius
public void setBorderRadius(String borderRadius)
setBorderRadius.
-
borderStyle
public BaseAgreeButtonStyles borderStyle(String borderStyle)
borderStyle.- Returns:
- BaseAgreeButtonStyles
-
getBorderStyle
public String getBorderStyle()
Control the border style of the element..- Returns:
- borderStyle
-
setBorderStyle
public void setBorderStyle(String borderStyle)
setBorderStyle.
-
borderWidth
public BaseAgreeButtonStyles borderWidth(String borderWidth)
borderWidth.- Returns:
- BaseAgreeButtonStyles
-
getBorderWidth
public String getBorderWidth()
Control the border width of the element..- Returns:
- borderWidth
-
setBorderWidth
public void setBorderWidth(String borderWidth)
setBorderWidth.
-
boxShadow
public BaseAgreeButtonStyles boxShadow(String boxShadow)
boxShadow.- Returns:
- BaseAgreeButtonStyles
-
getBoxShadow
public String getBoxShadow()
Control the display of the box shadow of the agree button..- Returns:
- boxShadow
-
setBoxShadow
public void setBoxShadow(String boxShadow)
setBoxShadow.
-
color
public BaseAgreeButtonStyles color(String color)
color.- Returns:
- BaseAgreeButtonStyles
-
getColor
public String getColor()
Control the fore-ground color of the element..- Returns:
- color
-
setColor
public void setColor(String color)
setColor.
-
fontFamily
public BaseAgreeButtonStyles fontFamily(String fontFamily)
fontFamily.- Returns:
- BaseAgreeButtonStyles
-
getFontFamily
public String getFontFamily()
Control the font family of the text..- Returns:
- fontFamily
-
setFontFamily
public void setFontFamily(String fontFamily)
setFontFamily.
-
fontSize
public BaseAgreeButtonStyles fontSize(String fontSize)
fontSize.- Returns:
- BaseAgreeButtonStyles
-
getFontSize
public String getFontSize()
Control the font size of the text..- Returns:
- fontSize
-
setFontSize
public void setFontSize(String fontSize)
setFontSize.
-
fontStyle
public BaseAgreeButtonStyles fontStyle(String fontStyle)
fontStyle.- Returns:
- BaseAgreeButtonStyles
-
getFontStyle
public String getFontStyle()
Control the font style of the text..- Returns:
- fontStyle
-
setFontStyle
public void setFontStyle(String fontStyle)
setFontStyle.
-
fontWeight
public BaseAgreeButtonStyles fontWeight(Object fontWeight)
fontWeight.- Returns:
- BaseAgreeButtonStyles
-
getFontWeight
public Object getFontWeight()
Control the font weight of the text..- Returns:
- fontWeight
-
setFontWeight
public void setFontWeight(Object fontWeight)
setFontWeight.
-
height
public BaseAgreeButtonStyles height(String height)
height.- Returns:
- BaseAgreeButtonStyles
-
getHeight
public String getHeight()
Control the height of the agree button..- Returns:
- height
-
setHeight
public void setHeight(String height)
setHeight.
-
margin
public BaseAgreeButtonStyles margin(String margin)
margin.- Returns:
- BaseAgreeButtonStyles
-
getMargin
public String getMargin()
Control the margin of the element..- Returns:
- margin
-
setMargin
public void setMargin(String margin)
setMargin.
-
opacity
public BaseAgreeButtonStyles opacity(String opacity)
opacity.- Returns:
- BaseAgreeButtonStyles
-
getOpacity
public String getOpacity()
Control the opacity of the element.- Returns:
- opacity
-
setOpacity
public void setOpacity(String opacity)
setOpacity.
-
outline
public BaseAgreeButtonStyles outline(String outline)
outline.- Returns:
- BaseAgreeButtonStyles
-
getOutline
public String getOutline()
Control the outline of the element.- Returns:
- outline
-
setOutline
public void setOutline(String outline)
setOutline.
-
outlineOffset
public BaseAgreeButtonStyles outlineOffset(String outlineOffset)
outlineOffset.- Returns:
- BaseAgreeButtonStyles
-
getOutlineOffset
public String getOutlineOffset()
Conrol the outline offset of the element.- Returns:
- outlineOffset
-
setOutlineOffset
public void setOutlineOffset(String outlineOffset)
setOutlineOffset.
-
padding
public BaseAgreeButtonStyles padding(String padding)
padding.- Returns:
- BaseAgreeButtonStyles
-
getPadding
public String getPadding()
Control the padding of the element..- Returns:
- padding
-
setPadding
public void setPadding(String padding)
setPadding.
-
width
public BaseAgreeButtonStyles width(String width)
width.- Returns:
- BaseAgreeButtonStyles
-
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.
-
-