Interface IPictogramElementsContext
- All Superinterfaces:
IContext
,IPropertyBag
- All Known Subinterfaces:
ICopyContext
,IPasteContext
- All Known Implementing Classes:
CopyContext
,PasteContext
,PictogramElementsContext
The Interface IPictogramElementsContext.
-
Method Summary
Modifier and TypeMethodDescriptionGets the pictogram elements.void
Sets the pictogram elements.Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Method Details
-
getPictogramElements
PictogramElement[] getPictogramElements()Gets the pictogram elements.- Returns:
- the pictogram elements
-
setPictogramElements
Sets the pictogram elements.- Parameters:
pes
- the new pictogram elements
-