Interface PICT
-
interface PICT
PICT format constants.- Version:
- $Id: PICT.java,v 1.0 06.apr.2006 12:53:17 haku Exp$
-
-
Field Summary
-
-
-
Field Detail
-
MAGIC_V1
static final int MAGIC_V1
PICT V1 identifier, two bytes, mask with 0xffff0000- See Also:
- Constant Field Values
-
MAGIC_V2
static final int MAGIC_V2
PICT V2 identifier, four bytes- See Also:
- Constant Field Values
-
PICT_NULL_HEADER_SIZE
static final int PICT_NULL_HEADER_SIZE
- See Also:
- Constant Field Values
-
HEADER_V2
static final int HEADER_V2
- See Also:
- Constant Field Values
-
HEADER_V2_EXT
static final int HEADER_V2_EXT
- See Also:
- Constant Field Values
-
COLOR_COMP_SIZE
static final int COLOR_COMP_SIZE
- See Also:
- Constant Field Values
-
MAC_DEFAULT_DPI
static final int MAC_DEFAULT_DPI
Default Apple Macintosh DPI setting (72 DPI).- See Also:
- Constant Field Values
-
OP_HEADER_OP
static final int OP_HEADER_OP
PICT opcodes.- See Also:
- Constant Field Values
-
NOP
static final int NOP
- See Also:
- Constant Field Values
-
OP_CLIP_RGN
static final int OP_CLIP_RGN
- See Also:
- Constant Field Values
-
OP_BK_PAT
static final int OP_BK_PAT
- See Also:
- Constant Field Values
-
OP_TX_FONT
static final int OP_TX_FONT
- See Also:
- Constant Field Values
-
OP_TX_FACE
static final int OP_TX_FACE
- See Also:
- Constant Field Values
-
OP_TX_MODE
static final int OP_TX_MODE
- See Also:
- Constant Field Values
-
OP_SP_EXTRA
static final int OP_SP_EXTRA
- See Also:
- Constant Field Values
-
OP_PN_SIZE
static final int OP_PN_SIZE
- See Also:
- Constant Field Values
-
OP_PN_MODE
static final int OP_PN_MODE
- See Also:
- Constant Field Values
-
OP_PN_PAT
static final int OP_PN_PAT
- See Also:
- Constant Field Values
-
OP_FILL_PAT
static final int OP_FILL_PAT
- See Also:
- Constant Field Values
-
OP_OV_SIZE
static final int OP_OV_SIZE
- See Also:
- Constant Field Values
-
OP_ORIGIN
static final int OP_ORIGIN
- See Also:
- Constant Field Values
-
OP_TX_SIZE
static final int OP_TX_SIZE
- See Also:
- Constant Field Values
-
OP_FG_COLOR
static final int OP_FG_COLOR
- See Also:
- Constant Field Values
-
OP_BK_COLOR
static final int OP_BK_COLOR
- See Also:
- Constant Field Values
-
OP_TX_RATIO
static final int OP_TX_RATIO
- See Also:
- Constant Field Values
-
OP_VERSION
static final int OP_VERSION
- See Also:
- Constant Field Values
-
OP_BK_PIX_PAT
static final int OP_BK_PIX_PAT
- See Also:
- Constant Field Values
-
OP_PN_PIX_PAT
static final int OP_PN_PIX_PAT
- See Also:
- Constant Field Values
-
OP_FILL_PIX_PAT
static final int OP_FILL_PIX_PAT
- See Also:
- Constant Field Values
-
OP_PN_LOC_H_FRAC
static final int OP_PN_LOC_H_FRAC
- See Also:
- Constant Field Values
-
OP_CH_EXTRA
static final int OP_CH_EXTRA
- See Also:
- Constant Field Values
-
OP_RGB_FG_COL
static final int OP_RGB_FG_COL
- See Also:
- Constant Field Values
-
OP_RGB_BK_COL
static final int OP_RGB_BK_COL
- See Also:
- Constant Field Values
-
OP_HILITE_MODE
static final int OP_HILITE_MODE
- See Also:
- Constant Field Values
-
OP_HILITE_COLOR
static final int OP_HILITE_COLOR
- See Also:
- Constant Field Values
-
OP_DEF_HILITE
static final int OP_DEF_HILITE
- See Also:
- Constant Field Values
-
OP_OP_COLOR
static final int OP_OP_COLOR
- See Also:
- Constant Field Values
-
OP_LINE
static final int OP_LINE
- See Also:
- Constant Field Values
-
OP_LINE_FROM
static final int OP_LINE_FROM
- See Also:
- Constant Field Values
-
OP_SHORT_LINE
static final int OP_SHORT_LINE
- See Also:
- Constant Field Values
-
OP_SHORT_LINE_FROM
static final int OP_SHORT_LINE_FROM
- See Also:
- Constant Field Values
-
OP_LONG_TEXT
static final int OP_LONG_TEXT
- See Also:
- Constant Field Values
-
OP_DH_TEXT
static final int OP_DH_TEXT
- See Also:
- Constant Field Values
-
OP_DV_TEXT
static final int OP_DV_TEXT
- See Also:
- Constant Field Values
-
OP_DHDV_TEXT
static final int OP_DHDV_TEXT
- See Also:
- Constant Field Values
-
OP_FONT_NAME
static final int OP_FONT_NAME
- See Also:
- Constant Field Values
-
OP_LINE_JUSTIFY
static final int OP_LINE_JUSTIFY
- See Also:
- Constant Field Values
-
OP_GLYPH_STATE
static final int OP_GLYPH_STATE
- See Also:
- Constant Field Values
-
OP_FRAME_RECT
static final int OP_FRAME_RECT
- See Also:
- Constant Field Values
-
OP_PAINT_RECT
static final int OP_PAINT_RECT
- See Also:
- Constant Field Values
-
OP_ERASE_RECT
static final int OP_ERASE_RECT
- See Also:
- Constant Field Values
-
OP_INVERT_RECT
static final int OP_INVERT_RECT
- See Also:
- Constant Field Values
-
OP_FILL_RECT
static final int OP_FILL_RECT
- See Also:
- Constant Field Values
-
OP_FRAME_SAME_RECT
static final int OP_FRAME_SAME_RECT
- See Also:
- Constant Field Values
-
OP_PAINT_SAME_RECT
static final int OP_PAINT_SAME_RECT
- See Also:
- Constant Field Values
-
OP_ERASE_SAME_RECT
static final int OP_ERASE_SAME_RECT
- See Also:
- Constant Field Values
-
OP_INVERT_SAME_RECT
static final int OP_INVERT_SAME_RECT
- See Also:
- Constant Field Values
-
OP_FILL_SAME_RECT
static final int OP_FILL_SAME_RECT
- See Also:
- Constant Field Values
-
OP_FRAME_R_RECT
static final int OP_FRAME_R_RECT
- See Also:
- Constant Field Values
-
OP_PAINT_R_RECT
static final int OP_PAINT_R_RECT
- See Also:
- Constant Field Values
-
OP_ERASE_R_RECT
static final int OP_ERASE_R_RECT
- See Also:
- Constant Field Values
-
OP_INVERT_R_RECT
static final int OP_INVERT_R_RECT
- See Also:
- Constant Field Values
-
OP_FILL_R_RECT
static final int OP_FILL_R_RECT
- See Also:
- Constant Field Values
-
OP_FRAME_SAME_R_RECT
static final int OP_FRAME_SAME_R_RECT
- See Also:
- Constant Field Values
-
OP_PAINT_SAME_R_RECT
static final int OP_PAINT_SAME_R_RECT
- See Also:
- Constant Field Values
-
OP_ERASE_SAME_R_RECT
static final int OP_ERASE_SAME_R_RECT
- See Also:
- Constant Field Values
-
OP_INVERT_SAME_R_RECT
static final int OP_INVERT_SAME_R_RECT
- See Also:
- Constant Field Values
-
OP_FILL_SAME_R_RECT
static final int OP_FILL_SAME_R_RECT
- See Also:
- Constant Field Values
-
OP_FRAME_OVAL
static final int OP_FRAME_OVAL
- See Also:
- Constant Field Values
-
OP_PAINT_OVAL
static final int OP_PAINT_OVAL
- See Also:
- Constant Field Values
-
OP_ERASE_OVAL
static final int OP_ERASE_OVAL
- See Also:
- Constant Field Values
-
OP_INVERT_OVAL
static final int OP_INVERT_OVAL
- See Also:
- Constant Field Values
-
OP_FILL_OVAL
static final int OP_FILL_OVAL
- See Also:
- Constant Field Values
-
OP_FRAME_SAME_OVAL
static final int OP_FRAME_SAME_OVAL
- See Also:
- Constant Field Values
-
OP_PAINT_SAME_OVAL
static final int OP_PAINT_SAME_OVAL
- See Also:
- Constant Field Values
-
OP_ERASE_SAME_OVAL
static final int OP_ERASE_SAME_OVAL
- See Also:
- Constant Field Values
-
OP_INVERT_SAME_OVAL
static final int OP_INVERT_SAME_OVAL
- See Also:
- Constant Field Values
-
OP_FILL_SAME_OVAL
static final int OP_FILL_SAME_OVAL
- See Also:
- Constant Field Values
-
OP_FRAME_ARC
static final int OP_FRAME_ARC
- See Also:
- Constant Field Values
-
OP_PAINT_ARC
static final int OP_PAINT_ARC
- See Also:
- Constant Field Values
-
OP_ERASE_ARC
static final int OP_ERASE_ARC
- See Also:
- Constant Field Values
-
OP_INVERT_ARC
static final int OP_INVERT_ARC
- See Also:
- Constant Field Values
-
OP_FILL_ARC
static final int OP_FILL_ARC
- See Also:
- Constant Field Values
-
OP_FRAME_SAME_ARC
static final int OP_FRAME_SAME_ARC
- See Also:
- Constant Field Values
-
OP_PAINT_SAME_ARC
static final int OP_PAINT_SAME_ARC
- See Also:
- Constant Field Values
-
OP_ERASE_SAME_ARC
static final int OP_ERASE_SAME_ARC
- See Also:
- Constant Field Values
-
OP_INVERT_SAME_ARC
static final int OP_INVERT_SAME_ARC
- See Also:
- Constant Field Values
-
OP_FILL_SAME_ARC
static final int OP_FILL_SAME_ARC
- See Also:
- Constant Field Values
-
OP_FRAME_POLY
static final int OP_FRAME_POLY
- See Also:
- Constant Field Values
-
OP_PAINT_POLY
static final int OP_PAINT_POLY
- See Also:
- Constant Field Values
-
OP_ERASE_POLY
static final int OP_ERASE_POLY
- See Also:
- Constant Field Values
-
OP_INVERT_POLY
static final int OP_INVERT_POLY
- See Also:
- Constant Field Values
-
OP_FILL_POLY
static final int OP_FILL_POLY
- See Also:
- Constant Field Values
-
OP_FRAME_SAME_POLY
static final int OP_FRAME_SAME_POLY
- See Also:
- Constant Field Values
-
OP_PAINT_SAME_POLY
static final int OP_PAINT_SAME_POLY
- See Also:
- Constant Field Values
-
OP_ERASE_SAME_POLY
static final int OP_ERASE_SAME_POLY
- See Also:
- Constant Field Values
-
OP_INVERT_SAME_POLY
static final int OP_INVERT_SAME_POLY
- See Also:
- Constant Field Values
-
OP_FILL_SAME_POLY
static final int OP_FILL_SAME_POLY
- See Also:
- Constant Field Values
-
OP_FRAME_RGN
static final int OP_FRAME_RGN
- See Also:
- Constant Field Values
-
OP_PAINT_RGN
static final int OP_PAINT_RGN
- See Also:
- Constant Field Values
-
OP_ERASE_RGN
static final int OP_ERASE_RGN
- See Also:
- Constant Field Values
-
OP_INVERT_RGN
static final int OP_INVERT_RGN
- See Also:
- Constant Field Values
-
OP_FILL_RGN
static final int OP_FILL_RGN
- See Also:
- Constant Field Values
-
OP_FRAME_SAME_RGN
static final int OP_FRAME_SAME_RGN
- See Also:
- Constant Field Values
-
OP_PAINT_SAME_RGN
static final int OP_PAINT_SAME_RGN
- See Also:
- Constant Field Values
-
OP_ERASE_SAME_RGN
static final int OP_ERASE_SAME_RGN
- See Also:
- Constant Field Values
-
OP_INVERT_SAME_RGN
static final int OP_INVERT_SAME_RGN
- See Also:
- Constant Field Values
-
OP_FILL_SAME_RGN
static final int OP_FILL_SAME_RGN
- See Also:
- Constant Field Values
-
OP_BITS_RECT
static final int OP_BITS_RECT
- See Also:
- Constant Field Values
-
OP_BITS_RGN
static final int OP_BITS_RGN
- See Also:
- Constant Field Values
-
OP_PACK_BITS_RECT
static final int OP_PACK_BITS_RECT
- See Also:
- Constant Field Values
-
OP_PACK_BITS_RGN
static final int OP_PACK_BITS_RGN
- See Also:
- Constant Field Values
-
OP_DIRECT_BITS_RECT
static final int OP_DIRECT_BITS_RECT
- See Also:
- Constant Field Values
-
OP_DIRECT_BITS_RGN
static final int OP_DIRECT_BITS_RGN
- See Also:
- Constant Field Values
-
OP_SHORT_COMMENT
static final int OP_SHORT_COMMENT
- See Also:
- Constant Field Values
-
OP_LONG_COMMENT
static final int OP_LONG_COMMENT
- See Also:
- Constant Field Values
-
OP_END_OF_PICTURE
static final int OP_END_OF_PICTURE
- See Also:
- Constant Field Values
-
OP_VERSION_2
static final int OP_VERSION_2
- See Also:
- Constant Field Values
-
OP_COMPRESSED_QUICKTIME
static final int OP_COMPRESSED_QUICKTIME
- See Also:
- Constant Field Values
-
OP_UNCOMPRESSED_QUICKTIME
static final int OP_UNCOMPRESSED_QUICKTIME
- See Also:
- Constant Field Values
-
APPLE_USE_RESERVED_FIELD
static final java.lang.String APPLE_USE_RESERVED_FIELD
- See Also:
- Constant Field Values
-
-