org.eclipse.graphiti.features
Interface IAddBendpointFeature
- All Superinterfaces:
- IDescription, IFeature, IFeatureProviderHolder, IName
- All Known Implementing Classes:
- DefaultAddBendpointFeature
public interface IAddBendpointFeature
- extends IFeature
The Interface IAddBendpointFeature. Feature, that can add a bendpoint to a
FreeFormConnection
.
Methods inherited from interface org.eclipse.graphiti.IName |
getName |
canAddBendpoint
boolean canAddBendpoint(IAddBendpointContext context)
- Checks if bendpoint can be added.
- Parameters:
context
- the context
- Returns:
- true, if can add bendpoint
addBendpoint
void addBendpoint(IAddBendpointContext context)
- Adds a bendpoint.
- Parameters:
context
- the context
Copyright (c) SAP AG 2005, 2012.