Package org.eclipse.graphiti.func
Interface IResizeShape
- All Known Subinterfaces:
- IPattern,- IResizeShapeFeature
- All Known Implementing Classes:
- AbstractPattern,- DefaultResizeShapeFeature,- IdPattern,- ResizeShapeFeatureForPattern,- TypedPattern
public interface IResizeShape
The Interface IResizeShape.
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanResizeShape(IResizeShapeContext context) Can resize shape.voidresizeShape(IResizeShapeContext context) Resize shape.
- 
Method Details- 
canResizeShapeCan resize shape.- Parameters:
- context- the context
- Returns:
- true, if successful
 
- 
resizeShapeResize shape.- Parameters:
- context- the context
 
 
-