public class

BufferedOpCodes

extends Object
java.lang.Object
   ↳ sun.java2d.pipe.BufferedOpCodes

Summary

Constants
int BEGIN_SHAPE_CLIP
int BLIT
int COPY_AREA
int DISABLE_CONVOLVE_OP
int DISABLE_LOOKUP_OP
int DISABLE_RESCALE_OP
int DISPOSE_CONFIG
int DISPOSE_SURFACE
int DRAW_GLYPH_LIST
int DRAW_LINE
int DRAW_PIXEL
int DRAW_POLY
int DRAW_RECT
int DRAW_SCANLINES
int ENABLE_CONVOLVE_OP
int ENABLE_LOOKUP_OP
int ENABLE_RESCALE_OP
int END_SHAPE_CLIP
int FILL_RECT
int FILL_SPANS
int FLUSH_SURFACE
int INVALIDATE_CONTEXT
int MASK_BLIT
int MASK_FILL
int NOOP
int RESET_CLIP
int RESET_COMPOSITE
int RESET_PAINT
int RESET_TRANSFORM
int SET_ALPHA_COMPOSITE
int SET_COLOR
int SET_GRADIENT_PAINT
int SET_LINEAR_GRADIENT_PAINT
int SET_RADIAL_GRADIENT_PAINT
int SET_RECT_CLIP
int SET_SCRATCH_SURFACE
int SET_SHAPE_CLIP_SPANS
int SET_SURFACES
int SET_TEXTURE_PAINT
int SET_TRANSFORM
int SET_XOR_COMPOSITE
int SURFACE_TO_SW_BLIT
int SWAP_BUFFERS
int SYNC
Public Constructors
BufferedOpCodes()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BEGIN_SHAPE_CLIP

Constant Value: 52 (0x00000034)

public static final int BLIT

Constant Value: 31 (0x0000001f)

public static final int COPY_AREA

Constant Value: 30 (0x0000001e)

public static final int DISABLE_CONVOLVE_OP

Constant Value: 121 (0x00000079)

public static final int DISABLE_LOOKUP_OP

Constant Value: 125 (0x0000007d)

public static final int DISABLE_RESCALE_OP

Constant Value: 123 (0x0000007b)

public static final int DISPOSE_CONFIG

Constant Value: 74 (0x0000004a)

public static final int DISPOSE_SURFACE

Constant Value: 73 (0x00000049)

public static final int DRAW_GLYPH_LIST

Constant Value: 40 (0x00000028)

public static final int DRAW_LINE

Constant Value: 10 (0x0000000a)

public static final int DRAW_PIXEL

Constant Value: 13 (0x0000000d)

public static final int DRAW_POLY

Constant Value: 12 (0x0000000c)

public static final int DRAW_RECT

Constant Value: 11 (0x0000000b)

public static final int DRAW_SCANLINES

Constant Value: 14 (0x0000000e)

public static final int ENABLE_CONVOLVE_OP

Constant Value: 120 (0x00000078)

public static final int ENABLE_LOOKUP_OP

Constant Value: 124 (0x0000007c)

public static final int ENABLE_RESCALE_OP

Constant Value: 122 (0x0000007a)

public static final int END_SHAPE_CLIP

Constant Value: 54 (0x00000036)

public static final int FILL_RECT

Constant Value: 20 (0x00000014)

public static final int FILL_SPANS

Constant Value: 21 (0x00000015)

public static final int FLUSH_SURFACE

Constant Value: 72 (0x00000048)

public static final int INVALIDATE_CONTEXT

Constant Value: 75 (0x0000004b)

public static final int MASK_BLIT

Constant Value: 33 (0x00000021)

public static final int MASK_FILL

Constant Value: 32 (0x00000020)

public static final int NOOP

Constant Value: 90 (0x0000005a)

public static final int RESET_CLIP

Constant Value: 55 (0x00000037)

public static final int RESET_COMPOSITE

Constant Value: 58 (0x0000003a)

public static final int RESET_PAINT

Constant Value: 100 (0x00000064)

public static final int RESET_TRANSFORM

Constant Value: 60 (0x0000003c)

public static final int SET_ALPHA_COMPOSITE

Constant Value: 56 (0x00000038)

public static final int SET_COLOR

Constant Value: 101 (0x00000065)

public static final int SET_GRADIENT_PAINT

Constant Value: 102 (0x00000066)

public static final int SET_LINEAR_GRADIENT_PAINT

Constant Value: 103 (0x00000067)

public static final int SET_RADIAL_GRADIENT_PAINT

Constant Value: 104 (0x00000068)

public static final int SET_RECT_CLIP

Constant Value: 51 (0x00000033)

public static final int SET_SCRATCH_SURFACE

Constant Value: 71 (0x00000047)

public static final int SET_SHAPE_CLIP_SPANS

Constant Value: 53 (0x00000035)

public static final int SET_SURFACES

Constant Value: 70 (0x00000046)

public static final int SET_TEXTURE_PAINT

Constant Value: 105 (0x00000069)

public static final int SET_TRANSFORM

Constant Value: 59 (0x0000003b)

public static final int SET_XOR_COMPOSITE

Constant Value: 57 (0x00000039)

public static final int SURFACE_TO_SW_BLIT

Constant Value: 34 (0x00000022)

public static final int SWAP_BUFFERS

Constant Value: 80 (0x00000050)

public static final int SYNC

Constant Value: 76 (0x0000004c)

Public Constructors

public BufferedOpCodes ()