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 
org.eclipse.gmf.runtime.notation.util Aurora internal packages Package Specification This package contains utility classes used by this plugin. 
 

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.createBendpoints(org.eclipse.emf.ecore.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.
 Bendpoints Edge.getBendpoints()
          Returns the value of the 'Bendpoints' containment reference
 

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.createBendpoints(org.eclipse.emf.ecore.EClass eClass)
           
 Bendpoints EdgeImpl.getBendpoints()
           
 

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

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

Methods in org.eclipse.gmf.runtime.notation.util with parameters of type Bendpoints
 java.lang.Object NotationSwitch.caseBendpoints(Bendpoints object)
          Returns the result of interpreting the object as an instance of 'Bendpoints'
 


Runtime

Guidelines for using Eclipse APIs.

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