|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rectangle2D
A representation of the model object 'Rectangle2 D'.
The following features are supported:
GMFGraphPackage.getRectangle2D()
Method Summary | |
---|---|
float |
getHeight()
Returns the value of the 'Height' attribute. |
float |
getWidth()
Returns the value of the 'Width' attribute. |
float |
getX()
Returns the value of the 'X' attribute. |
float |
getY()
Returns the value of the 'Y' attribute. |
void |
setHeight(float value)
Sets the value of the ' Height ' attribute. |
void |
setWidth(float value)
Sets the value of the ' Width ' attribute. |
void |
setX(float value)
Sets the value of the ' X ' attribute. |
void |
setY(float value)
Sets the value of the ' Y ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
float getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(float)
,
GMFGraphPackage.getRectangle2D_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)
,
GMFGraphPackage.getRectangle2D_Y()
void setY(float value)
Y
' attribute.
value
- the new value of the 'Y' attribute.getY()
float getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(float)
,
GMFGraphPackage.getRectangle2D_Width()
void setWidth(float value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
float getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(float)
,
GMFGraphPackage.getRectangle2D_Height()
void setHeight(float value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |