Class Shadow

java.lang.Object
org.teamapps.ux.component.format.Shadow

public class Shadow extends Object
  • Constructor Details

    • Shadow

      public Shadow(float offsetX, float offsetY, float blur, float spread, Color color)
  • Method Details

    • withSize

      public static Shadow withSize(float size)
    • getOffsetX

      public float getOffsetX()
    • getOffsetY

      public float getOffsetY()
    • getBlur

      public float getBlur()
    • getSpread

      public float getSpread()
    • getColor

      public Color getColor()
    • createUiShadow

      public UiShadow createUiShadow()
    • toCssString

      public String toCssString()