org.eclipse.graphiti.func
Interface IResizeShape

All Known Subinterfaces:
IPattern, IResizeShapeFeature
All Known Implementing Classes:
AbstractPattern, DefaultResizeShapeFeature, ResizeShapeFeatureForPattern

public interface IResizeShape

The Interface IResizeShape.


Method Summary
 boolean canResizeShape(IResizeShapeContext context)
          Can resize shape.
 void resizeShape(IResizeShapeContext context)
          Resize shape.
 

Method Detail

canResizeShape

boolean canResizeShape(IResizeShapeContext context)
Can resize shape.

Parameters:
context - the context
Returns:
true, if successful

resizeShape

void resizeShape(IResizeShapeContext context)
Resize shape.

Parameters:
context - the context


Copyright (c) SAP AG 2005, 2010.