org.eclipse.gmf.gmfgraph
Interface ColorPin

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Identity, org.eclipse.emf.common.notify.Notifier, Pin
All Known Implementing Classes:
ColorPinImpl

public interface ColorPin
extends Pin

A representation of the model object 'Color Pin'.

The following features are supported:

See Also:
GMFGraphPackage.getColorPin()
Generated
Model Properties:

Method Summary
 boolean isBackgroundNotForeground()
          Returns the value of the 'Background Not Foreground' attribute.
 void setBackgroundNotForeground(boolean value)
          Sets the value of the 'Background Not Foreground' attribute.
 
Methods inherited from interface org.eclipse.gmf.gmfgraph.Pin
getOperationName, getOperationType
 
Methods inherited from interface org.eclipse.gmf.gmfgraph.Identity
getName, setName
 
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

isBackgroundNotForeground

boolean isBackgroundNotForeground()
Returns the value of the 'Background Not Foreground' attribute.

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

Returns:
the value of the 'Background Not Foreground' attribute.
See Also:
setBackgroundNotForeground(boolean), GMFGraphPackage.getColorPin_BackgroundNotForeground()
Generated
Model Properties:

setBackgroundNotForeground

void setBackgroundNotForeground(boolean value)
Sets the value of the 'Background Not Foreground' attribute.

Parameters:
value - the new value of the 'Background Not Foreground' attribute.
See Also:
isBackgroundNotForeground()
Generated


Copyright © 2012. All Rights Reserved.