Generation Framework

org.eclipse.gmf.gmfgraph
Interface LabelOffsetFacet

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

public interface LabelOffsetFacet
extends VisualFacet

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

The following features are supported:

See Also:
GMFGraphPackage.getLabelOffsetFacet()
** Generated **
Model:

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, 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), GMFGraphPackage.getLabelOffsetFacet_X()
** Generated **
Model:

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), GMFGraphPackage.getLabelOffsetFacet_Y()
** Generated **
Model:

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 **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.