Runtime

Uses of Interface
org.eclipse.gmf.runtime.notation.Anchor

Packages that use Anchor
org.eclipse.gmf.runtime.notation Notation meta-model primary package.  
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
 

Uses of Anchor in org.eclipse.gmf.runtime.notation
 

Subinterfaces of Anchor in org.eclipse.gmf.runtime.notation
 interface IdentityAnchor
           A representation of the model object 'Identity Anchor'.
 

Methods in org.eclipse.gmf.runtime.notation that return Anchor
 Anchor Edge.getSourceAnchor()
          Returns the value of the 'Source Anchor' containment reference
 Anchor Edge.getTargetAnchor()
          Returns the value of the 'Target Anchor' containment reference
 Anchor Edge.createSourceAnchor(EClass eClass)
           A utility method to create an Anchor object from the given EClass and then sets the edge's SourceAnchor property to the new object.
 Anchor Edge.createTargetAnchor(EClass eClass)
           A utility method to create an Anchor object from the given EClass and then sets the edge's TargetAnchor property to the new object.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type Anchor
 void Edge.setSourceAnchor(Anchor value)
          Sets the value of the 'Source Anchor' containment reference
 void Edge.setTargetAnchor(Anchor value)
          Sets the value of the 'Target Anchor' containment reference
 

Uses of Anchor in org.eclipse.gmf.runtime.notation.impl
 

Classes in org.eclipse.gmf.runtime.notation.impl that implement Anchor
 class IdentityAnchorImpl
           An implementation of the model object 'Identity Anchor'
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as Anchor
protected  Anchor EdgeImpl.sourceAnchor
          The cached value of the 'Source Anchor' containment reference
protected  Anchor EdgeImpl.targetAnchor
          The cached value of the 'Target Anchor' containment reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Anchor
 Anchor EdgeImpl.getSourceAnchor()
           
 Anchor EdgeImpl.getTargetAnchor()
           
 Anchor EdgeImpl.createSourceAnchor(EClass eClass)
           
 Anchor EdgeImpl.createTargetAnchor(EClass eClass)
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type Anchor
 NotificationChain EdgeImpl.basicSetSourceAnchor(Anchor newSourceAnchor, NotificationChain msgs)
           
 void EdgeImpl.setSourceAnchor(Anchor newSourceAnchor)
           
 NotificationChain EdgeImpl.basicSetTargetAnchor(Anchor newTargetAnchor, NotificationChain msgs)
           
 void EdgeImpl.setTargetAnchor(Anchor newTargetAnchor)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.