Package org.teamapps.dto
Class UiFontStyle
java.lang.Object
org.teamapps.dto.UiFontStyle
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBold()booleanfloatbooleansetBackgroundColor(String backgroundColor) setBold(boolean bold) setFontColor(String fontColor) setItalic(boolean italic) setRelativeFontSize(float relativeFontSize) setUnderline(boolean underline) toString()
-
Field Details
-
fontColor
-
backgroundColor
-
bold
protected boolean bold -
underline
protected boolean underline -
italic
protected boolean italic -
relativeFontSize
protected float relativeFontSize
-
-
Constructor Details
-
UiFontStyle
public UiFontStyle()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getFontColor
-
getBackgroundColor
-
getBold
public boolean getBold() -
getUnderline
public boolean getUnderline() -
getItalic
public boolean getItalic() -
getRelativeFontSize
public float getRelativeFontSize() -
setFontColor
-
setBackgroundColor
-
setBold
-
setUnderline
-
setItalic
-
setRelativeFontSize
-