public interface Point
extends org.eclipse.emf.ecore.EObject
The following features are supported:
StylesPackage.getPoint()| Modifier and Type | Method and Description |
|---|---|
int |
getAfter()
Returns the value of the 'After' attribute.
|
int |
getBefore()
Returns the value of the 'Before' attribute.
|
int |
getX()
Returns the value of the 'X' attribute.
|
int |
getY()
Returns the value of the 'Y' attribute.
|
void |
setAfter(int value)
Sets the value of the '
After' attribute. |
void |
setBefore(int value)
Sets the value of the '
Before' 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),
StylesPackage.getPoint_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),
StylesPackage.getPoint_Y()void setY(int value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()int getBefore()
If the meaning of the 'Before' attribute isn't clear, there really should be more of a description here...
setBefore(int),
StylesPackage.getPoint_Before()void setBefore(int value)
Before' attribute.
value - the new value of the 'Before' attribute.getBefore()int getAfter()
If the meaning of the 'After' attribute isn't clear, there really should be more of a description here...
setAfter(int),
StylesPackage.getPoint_After()void setAfter(int value)
After' attribute.
value - the new value of the 'After' attribute.getAfter()