Interface IMoveShapeContext
- All Superinterfaces:
- IContext,- ILocationContext,- IMoveContext,- IPictogramElementContext,- IPropertyBag,- ITargetConnectionContext,- ITargetContext
- All Known Implementing Classes:
- MoveShapeContext
public interface IMoveShapeContext
extends IMoveContext, IPictogramElementContext, ITargetContext, ITargetConnectionContext
The Interface IMoveShapeContext.
- 
Method SummaryModifier and TypeMethodDescriptionintGets the delta x.intGets the delta y.getShape()Gets the shape.Gets the source container.Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContextgetX, getYMethods inherited from interface org.eclipse.graphiti.features.context.IPictogramElementContextgetPictogramElementMethods inherited from interface org.eclipse.graphiti.IPropertyBaggetProperty, getPropertyKeys, putPropertyMethods inherited from interface org.eclipse.graphiti.features.context.ITargetConnectionContextgetTargetConnectionMethods inherited from interface org.eclipse.graphiti.features.context.ITargetContextgetTargetContainer
- 
Method Details- 
getShapeShape getShape()Gets the shape.- Returns:
- the shape
 
- 
getSourceContainerContainerShape getSourceContainer()Gets the source container.- Returns:
- the source container
 
- 
getDeltaXint getDeltaX()Gets the delta x.- Returns:
- the delta x
 
- 
getDeltaYint getDeltaY()Gets the delta y.- Returns:
- the delta y
 
 
-