Runtime

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

Packages that use Bendpoints
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 Bendpoints in org.eclipse.gmf.runtime.notation
 

Subinterfaces of Bendpoints in org.eclipse.gmf.runtime.notation
 interface RelativeBendpoints
           A representation of the model object 'Relative Bendpoints'.
 

Methods in org.eclipse.gmf.runtime.notation that return Bendpoints
 Bendpoints Edge.getBendpoints()
          Returns the value of the 'Bendpoints' containment reference
 Bendpoints Edge.createBendpoints(EClass eClass)
           A utility method to create a Bendpoints object from the given EClass and then sets the edge's Bendpoints property to the new object.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type Bendpoints
 void Edge.setBendpoints(Bendpoints value)
          Sets the value of the 'Bendpoints' containment reference
 

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

Classes in org.eclipse.gmf.runtime.notation.impl that implement Bendpoints
 class RelativeBendpointsImpl
           An implementation of the model object 'Relative Bendpoints'
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as Bendpoints
protected  Bendpoints EdgeImpl.bendpoints
          The cached value of the 'Bendpoints' containment reference
 

Methods in org.eclipse.gmf.runtime.notation.impl that return Bendpoints
 Bendpoints EdgeImpl.getBendpoints()
           
 Bendpoints EdgeImpl.createBendpoints(EClass eClass)
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type Bendpoints
 NotificationChain EdgeImpl.basicSetBendpoints(Bendpoints newBendpoints, NotificationChain msgs)
           
 void EdgeImpl.setBendpoints(Bendpoints newBendpoints)
           
 


Runtime

Guidelines for using Eclipse APIs.

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