com.esri.arcgis.display
Interface esriRasterOpCode

All Superinterfaces:
Serializable

public interface esriRasterOpCode
extends Serializable

Binary Raster op-codes for symbol drawing.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriROPBlack
          Pixel is always 0.
static int esriROPCopyPen
          Pixel is the pen color.
static int esriROPMaskNotPen
          Pixel is a combination of the colors common to both the screen and the inverse of the pen.
static int esriROPMaskPen
          Pixel is a combination of the colors common to both the pen and the screen.
static int esriROPMaskPenNot
          Pixel is a combination of the colors common to both the pen and the inverse of the screen.
static int esriROPMergeNotPen
          Pixel is a combination of the screen color and the inverse of the pen color.
static int esriROPMergePen
          Pixel is a combination of the pen color and the screen color.
static int esriROPMergePenNot
          Pixel is a combination of the pen color and the inverse of the screen color.
static int esriROPNOP
          Pixel remains unchanged.
static int esriROPNot
          Pixel is the inverse of the screen color.
static int esriROPNotCopyPen
          Pixel is the inverse of the pen color.
static int esriROPNotMaskPen
          Pixel is the inverse of the esriROPMaskPen color.
static int esriROPNotMergePen
          Pixel is the inverse of the esriROPMergePen color.
static int esriROPNotXOrPen
          Pixel is the inverse of the esriROPXOrPen color.
static int esriROPWhite
          Pixel is always 1.
static int esriROPXOrPen
          Pixel is a combination of the colors in the pen and in the screen, but not in both.
 

Field Detail

esriROPBlack

static final int esriROPBlack
Pixel is always 0.

See Also:
Constant Field Values

esriROPNotMergePen

static final int esriROPNotMergePen
Pixel is the inverse of the esriROPMergePen color.

See Also:
Constant Field Values

esriROPMaskNotPen

static final int esriROPMaskNotPen
Pixel is a combination of the colors common to both the screen and the inverse of the pen.

See Also:
Constant Field Values

esriROPNotCopyPen

static final int esriROPNotCopyPen
Pixel is the inverse of the pen color.

See Also:
Constant Field Values

esriROPMaskPenNot

static final int esriROPMaskPenNot
Pixel is a combination of the colors common to both the pen and the inverse of the screen.

See Also:
Constant Field Values

esriROPNot

static final int esriROPNot
Pixel is the inverse of the screen color.

See Also:
Constant Field Values

esriROPXOrPen

static final int esriROPXOrPen
Pixel is a combination of the colors in the pen and in the screen, but not in both.

See Also:
Constant Field Values

esriROPNotMaskPen

static final int esriROPNotMaskPen
Pixel is the inverse of the esriROPMaskPen color.

See Also:
Constant Field Values

esriROPMaskPen

static final int esriROPMaskPen
Pixel is a combination of the colors common to both the pen and the screen.

See Also:
Constant Field Values

esriROPNotXOrPen

static final int esriROPNotXOrPen
Pixel is the inverse of the esriROPXOrPen color.

See Also:
Constant Field Values

esriROPNOP

static final int esriROPNOP
Pixel remains unchanged.

See Also:
Constant Field Values

esriROPMergeNotPen

static final int esriROPMergeNotPen
Pixel is a combination of the screen color and the inverse of the pen color.

See Also:
Constant Field Values

esriROPCopyPen

static final int esriROPCopyPen
Pixel is the pen color.

See Also:
Constant Field Values

esriROPMergePenNot

static final int esriROPMergePenNot
Pixel is a combination of the pen color and the inverse of the screen color.

See Also:
Constant Field Values

esriROPMergePen

static final int esriROPMergePen
Pixel is a combination of the pen color and the screen color.

See Also:
Constant Field Values

esriROPWhite

static final int esriROPWhite
Pixel is always 1.

See Also:
Constant Field Values