Package org.teamapps.dto
Class UiColor
- java.lang.Object
-
- org.teamapps.dto.UiColor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAlpha()intgetBlue()intgetGreen()intgetRed()UiObjectTypegetUiObjectType()UiColorsetAlpha(float alpha)java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getRed
public int getRed()
-
getGreen
public int getGreen()
-
getBlue
public int getBlue()
-
getAlpha
public float getAlpha()
-
setAlpha
public UiColor setAlpha(float alpha)
-
-