Package org.eclipse.graphiti.tb
Interface IImageDecorator
-
- All Superinterfaces:
IDecorator
,ILocation
- All Known Implementing Classes:
ImageDecorator
public interface IImageDecorator extends IDecorator, ILocation
Image decorators can be used to add an image to the visualization of a shape without modifying the dirty state of the displaying editor, seeIDecorator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getImageId()
Gets the image id of the image used to decorate a shape.-
Methods inherited from interface org.eclipse.graphiti.tb.IDecorator
getMessage, setMessage
-
-