|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl that return FreeFormConnection | |
---|---|
private FreeFormConnection[] |
DefaultMoveShapeFeature.calculateConnectedConnections(IMoveShapeContext context)
|
private FreeFormConnection[] |
DefaultMoveShapeFeature.calculateContainerConnections(IMoveShapeContext context)
|
Methods in org.eclipse.graphiti.features.impl with parameters of type FreeFormConnection | |
---|---|
private void |
DefaultMoveShapeFeature.moveAllBendpointsOnFFConnection(FreeFormConnection connection,
int deltaX,
int deltaY)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |