public interface Area
extends org.eclipse.emf.ecore.EObject
AnnotationModelPackage.getArea()
Modifier and Type | Method and Description |
---|---|
int |
getPage()
Returns the value of the 'Page' attribute
|
int |
getX1()
Returns the value of the 'X1' attribute
|
int |
getX2()
Returns the value of the 'X2' attribute
|
int |
getY1()
Returns the value of the 'Y1' attribute
|
int |
getY2()
Returns the value of the 'Y2' attribute
|
void |
setPage(int value)
Sets the value of the '
Page ' attribute |
void |
setX1(int value)
Sets the value of the '
X1 ' attribute |
void |
setX2(int value)
Sets the value of the '
X2 ' attribute |
void |
setY1(int value)
Sets the value of the '
Y1 ' attribute |
void |
setY2(int value)
Sets the value of the '
Y2 ' attribute |
int getX1()
If the meaning of the 'X1' attribute isn't clear, there really should be more of a description here...
setX1(int)
,
AnnotationModelPackage.getArea_X1()
void setX1(int value)
X1
' attribute.
value
- the new value of the 'X1' attribute.getX1()
int getY1()
If the meaning of the 'Y1' attribute isn't clear, there really should be more of a description here...
setY1(int)
,
AnnotationModelPackage.getArea_Y1()
void setY1(int value)
Y1
' attribute.
value
- the new value of the 'Y1' attribute.getY1()
int getX2()
If the meaning of the 'X2' attribute isn't clear, there really should be more of a description here...
setX2(int)
,
AnnotationModelPackage.getArea_X2()
void setX2(int value)
X2
' attribute.
value
- the new value of the 'X2' attribute.getX2()
int getY2()
If the meaning of the 'Y2' attribute isn't clear, there really should be more of a description here...
setY2(int)
,
AnnotationModelPackage.getArea_Y2()
void setY2(int value)
Y2
' attribute.
value
- the new value of the 'Y2' attribute.getY2()
int getPage()
If the meaning of the 'Page' attribute isn't clear, there really should be more of a description here...
setPage(int)
,
AnnotationModelPackage.getArea_Page()