Java org.eclipse.jface.viewers DecorationOverlayIcon fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers DecorationOverlayIcon fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers DecorationOverlayIcon.

The text is from its open source code.

Constructor

DecorationOverlayIcon(Image baseImage, ImageDescriptor[] overlaysArray)
Create the decoration overlay for the base image using the array of provided overlays.
DecorationOverlayIcon(Image baseImage, ImageDescriptor[] overlaysArray, Point sizeValue)
Create the decoration overlay for the base image using the array of provided overlays.
DecorationOverlayIcon(Image baseImage, ImageDescriptor overlayImage, int quadrant)
Create a decoration overlay icon that will place the given overlay icon in the given quadrant of the base image.
DecorationOverlayIcon(ImageDescriptor baseImageDescriptor, ImageDescriptor overlayImageDescriptor, int quadrant)
Create a decoration overlay icon that will place the given overlay icon in the given quadrant of the base image descriptor.