Package org.teamapps.dto
Class UiShadow
- java.lang.Object
-
- org.teamapps.dto.UiShadow
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBlur()UiColorgetColor()floatgetOffsetX()floatgetOffsetY()floatgetSpread()UiObjectTypegetUiObjectType()UiShadowsetOffsetX(float offsetX)UiShadowsetOffsetY(float offsetY)UiShadowsetSpread(float spread)java.lang.StringtoString()
-
-
-
Field Detail
-
color
protected UiColor color
-
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
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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)
-
-