org.eclipse.gmf.codegen.gmfgen
Interface LabelOffsetAttributes

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

public interface LabelOffsetAttributes
extends Attributes

A representation of the model object 'Label Offset Attributes'.

The following features are supported:

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

Method Summary
 int getX()
          Returns the value of the 'X' attribute.
 int getY()
          Returns the value of the 'Y' attribute.
 void setX(int value)
          Sets the value of the 'X' attribute.
 void setY(int value)
          Sets the value of the 'Y' 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

getX

int getX()
Returns the value of the 'X' attribute.

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

Returns:
the value of the 'X' attribute.
See Also:
setX(int), GMFGenPackage.getLabelOffsetAttributes_X()
Generated
Model Properties:

setX

void setX(int value)
Sets the value of the 'X' attribute.

Parameters:
value - the new value of the 'X' attribute.
See Also:
getX()
Generated

getY

int getY()
Returns the value of the 'Y' attribute.

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

Returns:
the value of the 'Y' attribute.
See Also:
setY(int), GMFGenPackage.getLabelOffsetAttributes_Y()
Generated
Model Properties:

setY

void setY(int value)
Sets the value of the 'Y' attribute.

Parameters:
value - the new value of the 'Y' attribute.
See Also:
getY()
Generated


Copyright © 2012. All Rights Reserved.