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

      • fontColor

        protected UiColor fontColor
      • backgroundColor

        protected UiColor backgroundColor
      • bold

        protected boolean bold
      • underline

        protected boolean underline
      • italic

        protected boolean italic
      • relativeFontSize

        protected float relativeFontSize
    • Constructor Detail

      • UiFontStyle

        public UiFontStyle()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getFontColor

        public UiColor getFontColor()
      • getBackgroundColor

        public UiColor getBackgroundColor()
      • getBold

        public boolean getBold()
      • getUnderline

        public boolean getUnderline()
      • getItalic

        public boolean getItalic()
      • getRelativeFontSize

        public float getRelativeFontSize()
      • setBold

        public UiFontStyle setBold​(boolean bold)
      • setUnderline

        public UiFontStyle setUnderline​(boolean underline)
      • setItalic

        public UiFontStyle setItalic​(boolean italic)
      • setRelativeFontSize

        public UiFontStyle setRelativeFontSize​(float relativeFontSize)