Interface IMoveAnchorContext
- All Superinterfaces:
IContext
,ILocationContext
,IMoveContext
,IPropertyBag
- All Known Implementing Classes:
AreaAnchorContext
The Interface IMoveAnchorContext.
-
Method Summary
Modifier and TypeMethodDescriptionGets the anchor.Gets the source container.Gets the target container.Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext
getX, getY
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Method Details
-
getAnchor
Anchor getAnchor()Gets the anchor.- Returns:
- the anchor
-
getTargetContainer
AnchorContainer getTargetContainer()Gets the target container.- Returns:
- the target container
-
getSourceContainer
AnchorContainer getSourceContainer()Gets the source container.- Returns:
- the source container
-