Package org.eclipse.graphiti.features
Interface IResizeFeature
- All Superinterfaces:
IDescription
,IFeature
,IFeatureProviderHolder
,IName
- All Known Subinterfaces:
IResizeShapeFeature
- All Known Implementing Classes:
DefaultResizeShapeFeature
,ResizeShapeFeatureForPattern
The Interface IResizeFeature.
-
Method Summary
Modifier and TypeMethodDescriptionProvides configuration object, which describes the resize behaviorMethods inherited from interface org.eclipse.graphiti.IDescription
getDescription
Methods inherited from interface org.eclipse.graphiti.features.IFeature
canExecute, canUndo, execute, hasDoneChanges, isAvailable
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
-
Method Details
-
getResizeConfiguration
Provides configuration object, which describes the resize behavior- Parameters:
context
- the resizing context- Returns:
- configuration object
-