Uses of Interface
org.eclipse.graphiti.mm.pictograms.FreeFormConnection

Packages that use FreeFormConnection
org.eclipse.graphiti.features.context   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.mm.pictograms   
org.eclipse.graphiti.mm.pictograms.impl   
org.eclipse.graphiti.mm.pictograms.util   
org.eclipse.graphiti.services   
 

Uses of FreeFormConnection in org.eclipse.graphiti.features.context
 

Methods in org.eclipse.graphiti.features.context that return FreeFormConnection
 FreeFormConnection IBendpointContext.getConnection()
          Gets the connection.
 

Uses of FreeFormConnection in org.eclipse.graphiti.features.context.impl
 

Fields in org.eclipse.graphiti.features.context.impl declared as FreeFormConnection
private  FreeFormConnection MoveBendpointContext.connection
           
private  FreeFormConnection AddBendpointContext.freeFormConnection
           
private  FreeFormConnection RemoveBendpointContext.freeFormConnection
           
 

Methods in org.eclipse.graphiti.features.context.impl that return FreeFormConnection
 FreeFormConnection AddBendpointContext.getConnection()
           
 FreeFormConnection MoveBendpointContext.getConnection()
           
 FreeFormConnection RemoveBendpointContext.getConnection()
           
 

Methods in org.eclipse.graphiti.features.context.impl with parameters of type FreeFormConnection
 void AddBendpointContext.setConnection(FreeFormConnection freeFormConnection)
          Sets the connection.
 void MoveBendpointContext.setConnection(FreeFormConnection freeFormConnection)
          Sets the connection.
 void RemoveBendpointContext.setConnection(FreeFormConnection freeFormConnection)
          Sets the connection.
 

Constructors in org.eclipse.graphiti.features.context.impl with parameters of type FreeFormConnection
AddBendpointContext(FreeFormConnection connection, int x, int y, int index)
          Creates a new AddBendpointContext.
RemoveBendpointContext(FreeFormConnection freeFormConnection, Point bendpoint)
          Creates a new RemoveBendpointContext.
 

Uses of FreeFormConnection in org.eclipse.graphiti.mm.pictograms
 

Methods in org.eclipse.graphiti.mm.pictograms that return FreeFormConnection
 FreeFormConnection PictogramsFactory.createFreeFormConnection()
          Returns a new object of class 'Free Form Connection'.
 

Uses of FreeFormConnection in org.eclipse.graphiti.mm.pictograms.impl
 

Classes in org.eclipse.graphiti.mm.pictograms.impl that implement FreeFormConnection
 class FreeFormConnectionImpl
          An implementation of the model object 'Free Form Connection'.
 

Methods in org.eclipse.graphiti.mm.pictograms.impl that return FreeFormConnection
 FreeFormConnection PictogramsFactoryImpl.createFreeFormConnection()
           
 

Uses of FreeFormConnection in org.eclipse.graphiti.mm.pictograms.util
 

Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type FreeFormConnection
 T PictogramsSwitch.caseFreeFormConnection(FreeFormConnection object)
          Returns the result of interpreting the object as an instance of 'Free Form Connection'.
 

Uses of FreeFormConnection in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return FreeFormConnection
 FreeFormConnection IPeCreateService.createFreeFormConnection(Diagram diagram)
          Creates a free form connection inside the given diagram.
 



Copyright (c) SAP AG 2005, 2010.