Class UiFontStyle

java.lang.Object
org.teamapps.dto.UiFontStyle
All Implemented Interfaces:
UiObject

public class UiFontStyle extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • fontColor

      protected String fontColor
    • backgroundColor

      protected 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 String toString()
      Overrides:
      toString in class Object
    • getFontColor

      public String getFontColor()
    • getBackgroundColor

      public String getBackgroundColor()
    • getBold

      public boolean getBold()
    • getUnderline

      public boolean getUnderline()
    • getItalic

      public boolean getItalic()
    • getRelativeFontSize

      public float getRelativeFontSize()
    • setFontColor

      public UiFontStyle setFontColor(String fontColor)
    • setBackgroundColor

      public UiFontStyle setBackgroundColor(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)