Package org.teamapps.dto
Class UiColor
java.lang.Object
org.teamapps.dto.UiColor
- All Implemented Interfaces:
UiObject
public class UiColor extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description floatgetAlpha()intgetBlue()intgetGreen()intgetRed()UiObjectTypegetUiObjectType()UiColorsetAlpha(float alpha)java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
Method Details
-
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
-