Interface Shape
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NotationElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ShapeImpl
public interface Shape extends NotationElement
- See Also:
NotationPackage.getShape()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GPointgetPosition()Returns the value of the 'Position' containment reference.GDimensiongetSize()Returns the value of the 'Size' containment reference.voidsetPosition(GPoint value)Sets the value of the 'Position' containment reference.voidsetSize(GDimension value)Sets the value of the 'Size' containment reference.-
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.glsp.server.emf.model.notation.NotationElement
getSemanticElement, getType, setSemanticElement, setType
-
-
-
-
Method Detail
-
getPosition
GPoint getPosition()
Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
setPosition(GPoint),NotationPackage.getShape_Position()
-
setPosition
void setPosition(GPoint value)
Sets the value of the 'Position' containment reference.- Parameters:
value- the new value of the 'Position' containment reference.- See Also:
getPosition()
-
getSize
GDimension getSize()
Returns the value of the 'Size' containment reference.- Returns:
- the value of the 'Size' containment reference.
- See Also:
setSize(GDimension),NotationPackage.getShape_Size()
-
setSize
void setSize(GDimension value)
Sets the value of the 'Size' containment reference.- Parameters:
value- the new value of the 'Size' containment reference.- See Also:
getSize()
-
-