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

public static final int SRCCOPY
See Also:
Constant Field Values

SRCPAINT

public static final int SRCPAINT
See Also:
Constant Field Values

SRCAND

public static final int SRCAND
See Also:
Constant Field Values

SRCINVERT

public static final int SRCINVERT
See Also:
Constant Field Values

SRCERASE

public static final int SRCERASE
See Also:
Constant Field Values

NOTSRCCOPY

public static final int NOTSRCCOPY
See Also:
Constant Field Values

NOTSRCERASE

public static final int NOTSRCERASE
See Also:
Constant Field Values

MERGECOPY

public static final int MERGECOPY
See Also:
Constant Field Values

MERGEPAINT

public static final int MERGEPAINT
See Also:
Constant Field Values

PATCOPY

public static final int PATCOPY
See Also:
Constant Field Values

PATPAINT

public static final int PATPAINT
See Also:
Constant Field Values

PATINVERT

public static final int PATINVERT
See Also:
Constant Field Values

DSTINVERT

public static final int DSTINVERT
See Also:
Constant Field Values

BLACKNESS

public static final int BLACKNESS
See Also:
Constant Field Values

WHITENESS

public static final int WHITENESS
See Also:
Constant Field Values

R2_BLACK

public static final int R2_BLACK
See Also:
Constant Field Values

R2_NOTMERGEPEN

public static final int R2_NOTMERGEPEN
See Also:
Constant Field Values

R2_MASKNOTPEN

public static final int R2_MASKNOTPEN
See Also:
Constant Field Values

R2_NOTCOPYPEN

public static final int R2_NOTCOPYPEN
See Also:
Constant Field Values

R2_MASKPENNOT

public static final int R2_MASKPENNOT
See Also:
Constant Field Values

R2_NOT

public static final int R2_NOT
See Also:
Constant Field Values

R2_XORPEN

public static final int R2_XORPEN
See Also:
Constant Field Values

R2_NOTMASKPEN

public static final int R2_NOTMASKPEN
See Also:
Constant Field Values

R2_MASKPEN

public static final int R2_MASKPEN
See Also:
Constant Field Values

R2_NOTXORPEN

public static final int R2_NOTXORPEN
See Also:
Constant Field Values

R2_NOP

public static final int R2_NOP
See Also:
Constant Field Values

R2_MERGENOTPEN

public static final int R2_MERGENOTPEN
See Also:
Constant Field Values

R2_COPYPEN

public static final int R2_COPYPEN
See Also:
Constant Field Values

R2_MERGEPENNOT

public static final int R2_MERGEPENNOT
See Also:
Constant Field Values

R2_MERGEPEN

public static final int R2_MERGEPEN
See Also:
Constant Field Values

R2_WHITE

public static final int R2_WHITE
See Also:
Constant Field Values

R2_LAST

public static final int R2_LAST
See Also:
Constant Field Values