public interface Point
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiagraphicsPackage.getPoint()| Modifier and Type | Method and Description |
|---|---|
float |
getX()
Returns the value of the 'X' attribute.
|
float |
getY()
Returns the value of the 'Y' attribute.
|
boolean |
isXrelative()
Returns the value of the 'Xrelative' attribute.
|
boolean |
isYrelative()
Returns the value of the 'Yrelative' attribute.
|
void |
setX(float value)
Sets the value of the '
X' attribute. |
void |
setXrelative(boolean value)
Sets the value of the '
Xrelative' attribute. |
void |
setY(float value)
Sets the value of the '
Y' attribute. |
void |
setYrelative(boolean value)
Sets the value of the '
Yrelative' attribute. |
float getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(float),
SofiagraphicsPackage.getPoint_X()void setX(float value)
X' attribute.
value - the new value of the 'X' attribute.getX()float getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(float),
SofiagraphicsPackage.getPoint_Y()void setY(float value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()boolean isXrelative()
If the meaning of the 'Xrelative' attribute isn't clear, there really should be more of a description here...
setXrelative(boolean),
SofiagraphicsPackage.getPoint_Xrelative()void setXrelative(boolean value)
Xrelative' attribute.
value - the new value of the 'Xrelative' attribute.isXrelative()boolean isYrelative()
If the meaning of the 'Yrelative' attribute isn't clear, there really should be more of a description here...
setYrelative(boolean),
SofiagraphicsPackage.getPoint_Yrelative()void setYrelative(boolean value)
Yrelative' attribute.
value - the new value of the 'Yrelative' attribute.isYrelative()Copyright © 2018. All rights reserved.