Package org.eclipse.graphiti.features
Interface IResizeConfiguration
-
- All Known Implementing Classes:
DefaultResizeConfiguration
public interface IResizeConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isHorizontalResizeAllowed()
Defines resize behaviorboolean
isVerticalResizeAllowed()
Defines resize behavior
-
-
-
Method Detail
-
isVerticalResizeAllowed
boolean isVerticalResizeAllowed()
Defines resize behavior- Returns:
- true if element can be resized in vertical direction
-
isHorizontalResizeAllowed
boolean isHorizontalResizeAllowed()
Defines resize behavior- Returns:
- true if element can be resized in horizontal direction
-
-