Package org.teamapps.dto
Class UiFontStyle
java.lang.Object
org.teamapps.dto.UiFontStyle
- All Implemented Interfaces:
UiObject
public class UiFontStyle extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected booleanboldprotected java.lang.StringfontColorprotected booleanitalicprotected floatrelativeFontSizeprotected booleanunderline -
Constructor Summary
Constructors Constructor Description UiFontStyle() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundColor()booleangetBold()java.lang.StringgetFontColor()booleangetItalic()floatgetRelativeFontSize()UiObjectTypegetUiObjectType()booleangetUnderline()UiFontStylesetBackgroundColor(java.lang.String backgroundColor)UiFontStylesetBold(boolean bold)UiFontStylesetFontColor(java.lang.String fontColor)UiFontStylesetItalic(boolean italic)UiFontStylesetRelativeFontSize(float relativeFontSize)UiFontStylesetUnderline(boolean underline)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
fontColor
protected java.lang.String fontColor -
backgroundColor
protected java.lang.String 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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getFontColor
public java.lang.String getFontColor() -
getBackgroundColor
public java.lang.String getBackgroundColor() -
getBold
public boolean getBold() -
getUnderline
public boolean getUnderline() -
getItalic
public boolean getItalic() -
getRelativeFontSize
public float getRelativeFontSize() -
setFontColor
-
setBackgroundColor
-
setBold
-
setUnderline
-
setItalic
-
setRelativeFontSize
-