org.jfree.pixie.wmf

Interface ROPConstants

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 Details

BLACKNESS

public static final int BLACKNESS
Field Value:
66

DSTINVERT

public static final int DSTINVERT
Field Value:
5570569

MERGECOPY

public static final int MERGECOPY
Field Value:
12583114

MERGEPAINT

public static final int MERGEPAINT
Field Value:
12255782

NOTSRCCOPY

public static final int NOTSRCCOPY
Field Value:
3342344

NOTSRCERASE

public static final int NOTSRCERASE
Field Value:
1114278

PATCOPY

public static final int PATCOPY
Field Value:
15728673

PATINVERT

public static final int PATINVERT
Field Value:
5898313

PATPAINT

public static final int PATPAINT
Field Value:
16452105

R2_BLACK

public static final int R2_BLACK
Field Value:
1

R2_COPYPEN

public static final int R2_COPYPEN
Field Value:
13

R2_LAST

public static final int R2_LAST
Field Value:
16

R2_MASKNOTPEN

public static final int R2_MASKNOTPEN
Field Value:
3

R2_MASKPEN

public static final int R2_MASKPEN
Field Value:
9

R2_MASKPENNOT

public static final int R2_MASKPENNOT
Field Value:
5

R2_MERGENOTPEN

public static final int R2_MERGENOTPEN
Field Value:
12

R2_MERGEPEN

public static final int R2_MERGEPEN
Field Value:
15

R2_MERGEPENNOT

public static final int R2_MERGEPENNOT
Field Value:
14

R2_NOP

public static final int R2_NOP
Field Value:
11

R2_NOT

public static final int R2_NOT
Field Value:
6

R2_NOTCOPYPEN

public static final int R2_NOTCOPYPEN
Field Value:
4

R2_NOTMASKPEN

public static final int R2_NOTMASKPEN
Field Value:
8

R2_NOTMERGEPEN

public static final int R2_NOTMERGEPEN
Field Value:
2

R2_NOTXORPEN

public static final int R2_NOTXORPEN
Field Value:
10

R2_WHITE

public static final int R2_WHITE
Field Value:
16

R2_XORPEN

public static final int R2_XORPEN
Field Value:
7

SRCAND

public static final int SRCAND
Field Value:
8913094

SRCCOPY

public static final int SRCCOPY
Field Value:
13369376

SRCERASE

public static final int SRCERASE
Field Value:
4457256

SRCINVERT

public static final int SRCINVERT
Field Value:
6684742

SRCPAINT

public static final int SRCPAINT
Field Value:
15597702

WHITENESS

public static final int WHITENESS
Field Value:
16711778