Class UiShadow

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

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

    • color

      protected String color
    • blur

      protected float blur
    • offsetX

      protected float offsetX
    • offsetY

      protected float offsetY
    • spread

      protected float spread
  • Constructor Details

    • UiShadow

      @Deprecated public UiShadow()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiShadow

      public UiShadow(String color, float blur)
  • Method Details

    • getUiObjectType

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

      public String toString()
      Overrides:
      toString in class Object
    • getColor

      public String getColor()
    • getBlur

      public float getBlur()
    • getOffsetX

      public float getOffsetX()
    • getOffsetY

      public float getOffsetY()
    • getSpread

      public float getSpread()
    • setOffsetX

      public UiShadow setOffsetX(float offsetX)
    • setOffsetY

      public UiShadow setOffsetY(float offsetY)
    • setSpread

      public UiShadow setSpread(float spread)