org.jfree.pixie.wmf
Interface ROPConstants

All Known Implementing Classes:
MfCmdDibBitBlt

public interface ROPConstants

The ROPConstants were defined in the Windows-API and are used do define the various RasterOperations (ROP). We don't support RasterOperations...


Field Summary
static int BLACKNESS
           
static int DSTINVERT
           
static int MERGECOPY
           
static int MERGEPAINT
           
static int NOTSRCCOPY
           
static int NOTSRCERASE
           
static int PATCOPY
           
static int PATINVERT
           
static int PATPAINT
           
static int R2_BLACK
           
static int R2_COPYPEN
           
static int R2_LAST
           
static int R2_MASKNOTPEN
           
static int R2_MASKPEN
           
static int R2_MASKPENNOT
           
static int R2_MERGENOTPEN
           
static int R2_MERGEPEN
           
static int R2_MERGEPENNOT
           
static int R2_NOP
           
static int R2_NOT
           
static int R2_NOTCOPYPEN
           
static int R2_NOTMASKPEN
           
static int R2_NOTMERGEPEN
           
static int R2_NOTXORPEN
           
static int R2_WHITE
           
static int R2_XORPEN
           
static int SRCAND
           
static int SRCCOPY
           
static int SRCERASE
           
static int SRCINVERT
           
static int SRCPAINT
           
static int WHITENESS
           
 

Field Detail

SRCCOPY

static final int SRCCOPY
See Also:
Constant Field Values

SRCPAINT

static final int SRCPAINT
See Also:
Constant Field Values

SRCAND

static final int SRCAND
See Also:
Constant Field Values

SRCINVERT

static final int SRCINVERT
See Also:
Constant Field Values

SRCERASE

static final int SRCERASE
See Also:
Constant Field Values

NOTSRCCOPY

static final int NOTSRCCOPY
See Also:
Constant Field Values

NOTSRCERASE

static final int NOTSRCERASE
See Also:
Constant Field Values

MERGECOPY

static final int MERGECOPY
See Also:
Constant Field Values

MERGEPAINT

static final int MERGEPAINT
See Also:
Constant Field Values

PATCOPY

static final int PATCOPY
See Also:
Constant Field Values

PATPAINT

static final int PATPAINT
See Also:
Constant Field Values

PATINVERT

static final int PATINVERT
See Also:
Constant Field Values

DSTINVERT

static final int DSTINVERT
See Also:
Constant Field Values

BLACKNESS

static final int BLACKNESS
See Also:
Constant Field Values

WHITENESS

static final int WHITENESS
See Also:
Constant Field Values

R2_BLACK

static final int R2_BLACK
See Also:
Constant Field Values

R2_NOTMERGEPEN

static final int R2_NOTMERGEPEN
See Also:
Constant Field Values

R2_MASKNOTPEN

static final int R2_MASKNOTPEN
See Also:
Constant Field Values

R2_NOTCOPYPEN

static final int R2_NOTCOPYPEN
See Also:
Constant Field Values

R2_MASKPENNOT

static final int R2_MASKPENNOT
See Also:
Constant Field Values

R2_NOT

static final int R2_NOT
See Also:
Constant Field Values

R2_XORPEN

static final int R2_XORPEN
See Also:
Constant Field Values

R2_NOTMASKPEN

static final int R2_NOTMASKPEN
See Also:
Constant Field Values

R2_MASKPEN

static final int R2_MASKPEN
See Also:
Constant Field Values

R2_NOTXORPEN

static final int R2_NOTXORPEN
See Also:
Constant Field Values

R2_NOP

static final int R2_NOP
See Also:
Constant Field Values

R2_MERGENOTPEN

static final int R2_MERGENOTPEN
See Also:
Constant Field Values

R2_COPYPEN

static final int R2_COPYPEN
See Also:
Constant Field Values

R2_MERGEPENNOT

static final int R2_MERGEPENNOT
See Also:
Constant Field Values

R2_MERGEPEN

static final int R2_MERGEPEN
See Also:
Constant Field Values

R2_WHITE

static final int R2_WHITE
See Also:
Constant Field Values

R2_LAST

static final int R2_LAST
See Also:
Constant Field Values