org.eclipse.graphiti.features
Interface IMoveBendpointFeature
- All Superinterfaces:
- IDescription, IFeature, IFeatureProviderHolder, IMoveFeature, IName
- All Known Implementing Classes:
- DefaultMoveBendpointFeature
public interface IMoveBendpointFeature
- extends IMoveFeature
The Interface IMoveBendpointFeature.
Methods inherited from interface org.eclipse.graphiti.IName |
getName |
canMoveBendpoint
boolean canMoveBendpoint(IMoveBendpointContext context)
- Can move bendpoint.
- Parameters:
context
- the context
- Returns:
- true, if successful
moveBendpoint
boolean moveBendpoint(IMoveBendpointContext context)
- Move bendpoint.
- Parameters:
context
- the context
- Returns:
- true, if successful
Copyright (c) SAP AG 2005, 2010.