Interface ROPConstants
-
public interface ROPConstantsThe ROPConstants were defined in the Windows-API and are used do define the various RasterOperations (ROP). We don't support RasterOperations...
-
-
Field Summary
Fields Modifier and Type Field Description static intBLACKNESSstatic intDSTINVERTstatic intMERGECOPYstatic intMERGEPAINTstatic intNOTSRCCOPYstatic intNOTSRCERASEstatic intPATCOPYstatic intPATINVERTstatic intPATPAINTstatic intR2_BLACKstatic intR2_COPYPENstatic intR2_LASTstatic intR2_MASKNOTPENstatic intR2_MASKPENstatic intR2_MASKPENNOTstatic intR2_MERGENOTPENstatic intR2_MERGEPENstatic intR2_MERGEPENNOTstatic intR2_NOPstatic intR2_NOTstatic intR2_NOTCOPYPENstatic intR2_NOTMASKPENstatic intR2_NOTMERGEPENstatic intR2_NOTXORPENstatic intR2_WHITEstatic intR2_XORPENstatic intSRCANDstatic intSRCCOPYstatic intSRCERASEstatic intSRCINVERTstatic intSRCPAINTstatic intWHITENESS
-
-
-
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
-
-