org.eclipse.graphiti.pattern.id
Class IdUpdateContext
java.lang.Object
PictogramElementContext
org.eclipse.graphiti.features.context.impl.UpdateContext
org.eclipse.graphiti.pattern.id.IdUpdateContext
- All Implemented Interfaces:
- IContext, IPictogramElementContext, IUpdateContext, IPropertyBag
public class IdUpdateContext
- extends UpdateContext
- Since:
- 0.10
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphicsAlgorithm
private GraphicsAlgorithm graphicsAlgorithm
rootPictogramElement
private PictogramElement rootPictogramElement
domainObject
private Object domainObject
IdUpdateContext
public IdUpdateContext(PictogramElement pictogramElement,
GraphicsAlgorithm graphicsAlgorithm,
PictogramElement rootPictogramElement,
Object domainObject)
getPictogramElement
public PictogramElement getPictogramElement()
- Description copied from interface:
IPictogramElementContext
- Gets the pictogram element.
- Returns:
- the pictogram element
getGraphicsAlgorithm
public GraphicsAlgorithm getGraphicsAlgorithm()
setGraphicsAlgorithm
public void setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
getRootPictogramElement
public PictogramElement getRootPictogramElement()
setRootPictogramElement
public void setRootPictogramElement(PictogramElement rootPictogramElement)
getDomainObject
public Object getDomainObject()
setDomainObject
public void setDomainObject(Object domainObject)
Copyright (c) SAP AG 2005, 2012.