-
public final class DefaultStyle extends Style
-
-
Field Summary
Fields Modifier and Type Field Description private StringbackgroundColorprivate StringborderColorprivate BackgroundGradientbackgroundGradientprivate BackgroundGradientborderGradientprivate Stringheightprivate Stringwidthprivate Floatpaddingprivate StringmaxWidthprivate StringminWidthprivate StringmaxHeightprivate StringminHeightprivate FloatcornerRadiusprivate FloatborderWidthprivate StringhAlignprivate StringvAlignprivate Floatalphaprivate Floatthicknessprivate Stringcolorprivate Fontfontprivate Stringalignmentprivate Stringstrikeprivate Stringunderlineprivate StringcontentModeprivate Doubleproportionprivate StringunSelectedColorprivate StringselectedColorprivate Stringsize
-
Constructor Summary
Constructors Constructor Description DefaultStyle()
-
Method Summary
-
-
Method Detail
-
getBackgroundColor
String getBackgroundColor()
-
setBackgroundColor
Unit setBackgroundColor(String backgroundColor)
-
getBorderColor
String getBorderColor()
-
setBorderColor
Unit setBorderColor(String borderColor)
-
getBackgroundGradient
BackgroundGradient getBackgroundGradient()
-
setBackgroundGradient
Unit setBackgroundGradient(BackgroundGradient backgroundGradient)
-
getBorderGradient
BackgroundGradient getBorderGradient()
-
setBorderGradient
Unit setBorderGradient(BackgroundGradient borderGradient)
-
getPadding
Float getPadding()
-
setPadding
Unit setPadding(Float padding)
-
getMaxWidth
String getMaxWidth()
-
setMaxWidth
Unit setMaxWidth(String maxWidth)
-
getMinWidth
String getMinWidth()
-
setMinWidth
Unit setMinWidth(String minWidth)
-
getMaxHeight
String getMaxHeight()
-
setMaxHeight
Unit setMaxHeight(String maxHeight)
-
getMinHeight
String getMinHeight()
-
setMinHeight
Unit setMinHeight(String minHeight)
-
getCornerRadius
Float getCornerRadius()
-
setCornerRadius
Unit setCornerRadius(Float cornerRadius)
-
getBorderWidth
Float getBorderWidth()
-
setBorderWidth
Unit setBorderWidth(Float borderWidth)
-
getThickness
Float getThickness()
-
setThickness
Unit setThickness(Float thickness)
-
getAlignment
String getAlignment()
-
setAlignment
Unit setAlignment(String alignment)
-
getUnderline
String getUnderline()
-
setUnderline
Unit setUnderline(String underline)
-
getContentMode
String getContentMode()
-
setContentMode
Unit setContentMode(String contentMode)
-
getProportion
Double getProportion()
-
setProportion
Unit setProportion(Double proportion)
-
getUnSelectedColor
String getUnSelectedColor()
-
setUnSelectedColor
Unit setUnSelectedColor(String unSelectedColor)
-
getSelectedColor
String getSelectedColor()
-
setSelectedColor
Unit setSelectedColor(String selectedColor)
-
-
-
-