org.eclipse.gmf.codegen.gmfgen
Interface ColorAttributes

All Superinterfaces:
Attributes, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ColorAttributesImpl

public interface ColorAttributes
extends Attributes

A representation of the model object 'Color Attributes'. Deprecated, use StyleAttributes instead

The following features are supported:

See Also:
GMFGenPackage.getColorAttributes()
Generated
Model Properties:

Method Summary
 String getBackgroundColor()
          Returns the value of the 'Background Color' attribute.
 String getForegroundColor()
          Returns the value of the 'Foreground Color' attribute.
 void setBackgroundColor(String value)
          Sets the value of the 'Background Color' attribute.
 void setForegroundColor(String value)
          Sets the value of the 'Foreground Color' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getForegroundColor

String getForegroundColor()
Returns the value of the 'Foreground Color' attribute.

If the meaning of the 'Foreground Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Foreground Color' attribute.
See Also:
setForegroundColor(String), GMFGenPackage.getColorAttributes_ForegroundColor()
Generated
Model Properties:

setForegroundColor

void setForegroundColor(String value)
Sets the value of the 'Foreground Color' attribute.

Parameters:
value - the new value of the 'Foreground Color' attribute.
See Also:
getForegroundColor()
Generated

getBackgroundColor

String getBackgroundColor()
Returns the value of the 'Background Color' attribute.

If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Background Color' attribute.
See Also:
setBackgroundColor(String), GMFGenPackage.getColorAttributes_BackgroundColor()
Generated
Model Properties:

setBackgroundColor

void setBackgroundColor(String value)
Sets the value of the 'Background Color' attribute.

Parameters:
value - the new value of the 'Background Color' attribute.
See Also:
getBackgroundColor()
Generated


Copyright © 2012. All Rights Reserved.