org.eclipse.gmf.gmfgraph
Interface LineBorder

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

public interface LineBorder
extends Border

A representation of the model object 'Line Border'.

The following features are supported:

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

Method Summary
 Color getColor()
          Returns the value of the 'Color' containment reference.
 int getWidth()
          Returns the value of the 'Width' attribute.
 void setColor(Color value)
          Sets the value of the 'Color' containment reference.
 void setWidth(int value)
          Sets the value of the 'Width' 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

getColor

Color getColor()
Returns the value of the 'Color' containment reference.

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

Returns:
the value of the 'Color' containment reference.
See Also:
setColor(Color), GMFGraphPackage.getLineBorder_Color()
Generated
Model Properties:
containment="true"

setColor

void setColor(Color value)
Sets the value of the 'Color' containment reference.

Parameters:
value - the new value of the 'Color' containment reference.
See Also:
getColor()
Generated

getWidth

int getWidth()
Returns the value of the 'Width' attribute. The default value is "1".

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

Returns:
the value of the 'Width' attribute.
See Also:
setWidth(int), GMFGraphPackage.getLineBorder_Width()
Generated
Model Properties:
default="1"

setWidth

void setWidth(int value)
Sets the value of the 'Width' attribute.

Parameters:
value - the new value of the 'Width' attribute.
See Also:
getWidth()
Generated


Copyright © 2012. All Rights Reserved.