|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Point
A representation of the model object 'Point'.
The following features are supported:
StylesPackage.getPoint()
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |