Klasse UiShadow

java.lang.Object
org.teamapps.dto.UiShadow
Alle implementierten Schnittstellen:
UiObject

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

    • color

      protected String color
    • blur

      protected float blur
    • offsetX

      protected float offsetX
    • offsetY

      protected float offsetY
    • spread

      protected float spread
  • Konstruktordetails

    • UiShadow

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

      public UiShadow(String color, float blur)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse 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)