org.eclipse.graphiti.mm.pictograms.impl
Class FixPointAnchorImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.impl.PropertyContainerImpl
          extended by org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
              extended by org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl
                  extended by org.eclipse.graphiti.mm.pictograms.impl.AnchorImpl
                      extended by 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:


Field Summary
protected  Point location
          The cached value of the 'Location' containment reference.
 
Fields inherited from class org.eclipse.graphiti.mm.pictograms.impl.AnchorImpl
incomingConnections, outgoingConnections, referencedGraphicsAlgorithm
 
Fields inherited from class org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl
active, ACTIVE_EDEFAULT, graphicsAlgorithm, link, visible, VISIBLE_EDEFAULT
 
Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl
properties
 
Constructor Summary
protected FixPointAnchorImpl()
           
 
Method Summary
 Point basicGetLocation()
           
 NotificationChain basicSetLocation(Point newLocation, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Point getLocation()
           
 void setLocation(Point newLocation)
           
 
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 org.eclipse.graphiti.mm.impl.PropertyContainerImpl
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Anchor
getIncomingConnections, getOutgoingConnections, getParent, getReferencedGraphicsAlgorithm, setParent, setReferencedGraphicsAlgorithm
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
 
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
 

Field Detail

location

protected Point location
The cached value of the 'Location' containment reference.

See Also:
getLocation()
Constructor Detail

FixPointAnchorImpl

protected FixPointAnchorImpl()

Method Detail

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.