org.eclipse.graphiti.mm.pictograms.impl
Class FixPointAnchorImpl
java.lang.Object
EObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl
org.eclipse.graphiti.mm.pictograms.impl.AnchorImpl
org.eclipse.graphiti.mm.pictograms.impl.FixPointAnchorImpl
- All Implemented Interfaces:
- GraphicsAlgorithmContainer, Anchor, FixPointAnchor, PictogramElement, PropertyContainer
public class FixPointAnchorImpl
- extends AnchorImpl
- implements FixPointAnchor
An implementation of the model object 'Fix Point Anchor'.
The following features are implemented:
Methods inherited from class org.eclipse.graphiti.mm.pictograms.impl.AnchorImpl |
basicGetParent, basicGetReferencedGraphicsAlgorithm, basicSetParent, eBasicRemoveFromContainerFeature, eInverseAdd, getIncomingConnections, getOutgoingConnections, getParent, getReferencedGraphicsAlgorithm, setParent, setReferencedGraphicsAlgorithm |
Methods inherited from class org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl |
basicGetGraphicsAlgorithm, basicGetLink, basicSetGraphicsAlgorithm, basicSetLink, getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
location
protected Point location
- The cached value of the '
Location
' containment reference.
- See Also:
getLocation()
FixPointAnchorImpl
protected FixPointAnchorImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class AnchorImpl
getLocation
public Point getLocation()
-
- Specified by:
getLocation
in interface FixPointAnchor
- Returns:
- the value of the 'Location' containment reference.
- See Also:
FixPointAnchor.setLocation(Point)
,
PictogramsPackage.getFixPointAnchor_Location()
basicGetLocation
public Point basicGetLocation()
-
basicSetLocation
public NotificationChain basicSetLocation(Point newLocation,
NotificationChain msgs)
-
setLocation
public void setLocation(Point newLocation)
-
- Specified by:
setLocation
in interface FixPointAnchor
- Parameters:
newLocation
- the new value of the 'Location' containment reference.- See Also:
FixPointAnchor.getLocation()
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class AnchorImpl
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet
in class AnchorImpl
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Overrides:
eSet
in class AnchorImpl
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset
in class AnchorImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet
in class AnchorImpl
Copyright (c) SAP AG 2005, 2010.