Class DecorationOverlayIcon


public class DecorationOverlayIcon extends CompositeImageDescriptor
A DecorationOverlayIcon is an image descriptor that can be used to overlay decoration images on to the 4 corner quadrants of a base image. The four quadrants are IDecoration.TOP_LEFT, IDecoration.TOP_RIGHT, IDecoration.BOTTOM_LEFT and IDecoration.BOTTOM_RIGHT. Additionally, the overlay can be used to provide an underlay corresponding to IDecoration.UNDERLAY, and to replace the base image with IDecoration.REPLACE (if supported by the context).
Since:
3.3
See Also: