|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Color
A representation of the model object ' Color'.
The following features are supported:
StylesPackage.getColor()
Method Summary | |
---|---|
int |
getBlue()
Returns the value of the 'Blue' attribute. |
int |
getGreen()
Returns the value of the 'Green' attribute. |
int |
getRed()
Returns the value of the 'Red' attribute. |
void |
setBlue(int value)
Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
void |
setGreen(int value)
Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
void |
setRed(int value)
Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
Method Detail |
---|
int getRed()
If the meaning of the 'Red' attribute isn't clear, there really should be more of a description here...
setRed(int)
,
StylesPackage.getColor_Red()
void setRed(int value)
Red
' attribute.
value
- the new value of the 'Red' attribute.getRed()
int getGreen()
If the meaning of the 'Green' attribute isn't clear, there really should be more of a description here...
setGreen(int)
,
StylesPackage.getColor_Green()
void setGreen(int value)
Green
' attribute.
value
- the new value of the 'Green' attribute.getGreen()
int getBlue()
If the meaning of the 'Blue' attribute isn't clear, there really should be more of a description here...
setBlue(int)
,
StylesPackage.getColor_Blue()
void setBlue(int value)
Blue
' attribute.
value
- the new value of the 'Blue' attribute.getBlue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |