Class UiShadow

  • All Implemented Interfaces:
    UiObject

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

      • blur

        protected float blur
      • offsetX

        protected float offsetX
      • offsetY

        protected float offsetY
      • spread

        protected float spread
    • Constructor Detail

      • UiShadow

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

        public UiShadow​(UiColor color,
                        float blur)
    • Method Detail

      • toString

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

        public UiColor 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)