public interface GraphicalElement
extends org.eclipse.emf.ecore.EObject
SANModelPackage.getGraphicalElement()
Modifier and Type | Method and Description |
---|---|
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. |
int getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(int)
,
SANModelPackage.getGraphicalElement_X()
void setX(int value)
X
' attribute.
value
- the new value of the 'X' attribute.getX()
int getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(int)
,
SANModelPackage.getGraphicalElement_Y()