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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDeltaX()Gets the delta x.intgetDeltaY()Gets the delta y.ShapegetShape()Gets the shape.ContainerShapegetSourceContainer()Gets the source container.-
Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext
getX, getY
-
Methods inherited from interface org.eclipse.graphiti.features.context.IPictogramElementContext
getPictogramElement
-
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Methods inherited from interface org.eclipse.graphiti.features.context.ITargetConnectionContext
getTargetConnection
-
Methods inherited from interface org.eclipse.graphiti.features.context.ITargetContext
getTargetContainer
-
-
-
-
Method Detail
-
getShape
Shape getShape()
Gets the shape.- Returns:
- the shape
-
getSourceContainer
ContainerShape getSourceContainer()
Gets the source container.- Returns:
- the source container
-
getDeltaX
int getDeltaX()
Gets the delta x.- Returns:
- the delta x
-
getDeltaY
int getDeltaY()
Gets the delta y.- Returns:
- the delta y
-
-