public interface Position
extends org.eclipse.emf.ecore.EObject
VisualInterfacePackage.getPosition()
Modifier and Type | Method and Description |
---|---|
double |
getX()
Returns the value of the 'X' attribute.
|
double |
getY()
Returns the value of the 'Y' attribute.
|
void |
setX(double value)
Sets the value of the '
X ' attribute. |
void |
setY(double value)
Sets the value of the '
Y ' attribute. |
double getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(double)
,
VisualInterfacePackage.getPosition_X()
void setX(double value)
X
' attribute.
value
- the new value of the 'X' attribute.getX()
double getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(double)
,
VisualInterfacePackage.getPosition_Y()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.