public interface Color extends MDWEObject, EModelElement
ExcelPackage.getColor()
Modifier and Type | Method and Description |
---|---|
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. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getRed()
setRed(int)
,
ExcelPackage.getColor_Red()
void setRed(int value)
Red
' attribute.
value
- the new value of the 'Red' attribute.getRed()
int getBlue()
setBlue(int)
,
ExcelPackage.getColor_Blue()
void setBlue(int value)
Blue
' attribute.
value
- the new value of the 'Blue' attribute.getBlue()
int getGreen()
setGreen(int)
,
ExcelPackage.getColor_Green()
void setGreen(int value)
Green
' attribute.
value
- the new value of the 'Green' attribute.getGreen()