Package org.eclipse.graphiti.func
Interface IMoveShape
- All Known Subinterfaces:
IMoveShapeFeature
,IPattern
- All Known Implementing Classes:
AbstractMoveShapeFeature
,AbstractPattern
,DefaultMoveShapeFeature
,IdPattern
,MoveShapeFeatureForPattern
,TypedPattern
public interface IMoveShape
The Interface IMoveShape.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canMoveShape
(IMoveShapeContext context) Can move shape.void
moveShape
(IMoveShapeContext context) Move shape.
-
Method Details
-
canMoveShape
Can move shape.- Parameters:
context
- the context- Returns:
- true, if successful
-
moveShape
Move shape.- Parameters:
context
- the context
-