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 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

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.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

      public UiFontStyle setFontColor​(java.lang.String fontColor)
    • setBackgroundColor

      public UiFontStyle setBackgroundColor​(java.lang.String backgroundColor)
    • setBold

      public UiFontStyle setBold​(boolean bold)
    • setUnderline

      public UiFontStyle setUnderline​(boolean underline)
    • setItalic

      public UiFontStyle setItalic​(boolean italic)
    • setRelativeFontSize

      public UiFontStyle setRelativeFontSize​(float relativeFontSize)