|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'RGB Color'.
The following features are supported:
GMFGraphPackage.getRGBColor()| 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)
Sets the value of the ' Blue' attribute |
void |
setGreen(int value)
Sets the value of the ' Green' attribute |
void |
setRed(int value)
Sets the value of the ' Red' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public int getRed()
If the meaning of the 'Red' attribute isn't clear, there really should be more of a description here...
RGBColor.setRed(int),
GMFGraphPackage.getRGBColor_Red()public void setRed(int value)
Red' attribute.
value - the new value of the 'Red' attribute.RGBColor.getRed()public int getGreen()
If the meaning of the 'Green' attribute isn't clear, there really should be more of a description here...
RGBColor.setGreen(int),
GMFGraphPackage.getRGBColor_Green()public void setGreen(int value)
Green' attribute.
value - the new value of the 'Green' attribute.RGBColor.getGreen()public int getBlue()
If the meaning of the 'Blue' attribute isn't clear, there really should be more of a description here...
RGBColor.setBlue(int),
GMFGraphPackage.getRGBColor_Blue()public void setBlue(int value)
Blue' attribute.
value - the new value of the 'Blue' attribute.RGBColor.getBlue()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.