org.w3c.tools.jpeg
Interface Jpeg

All Known Implementing Classes:
JpegHeaders

public interface Jpeg


Field Summary
static int M_APP0
           
static int M_APP1
           
static int M_APP10
           
static int M_APP11
           
static int M_APP12
           
static int M_APP13
           
static int M_APP14
           
static int M_APP15
           
static int M_APP2
           
static int M_APP3
           
static int M_APP4
           
static int M_APP5
           
static int M_APP6
           
static int M_APP7
           
static int M_APP8
           
static int M_APP9
           
static int M_COM
           
static int M_EOI
           
static int M_MAX_COM_LENGTH
           
static int M_SOF0
           
static int M_SOF1
           
static int M_SOF10
           
static int M_SOF11
           
static int M_SOF13
           
static int M_SOF14
           
static int M_SOF15
           
static int M_SOF2
           
static int M_SOF3
           
static int M_SOF5
           
static int M_SOF6
           
static int M_SOF7
           
static int M_SOF9
           
static int M_SOI
           
static int M_SOS
           
 

Field Detail

M_SOF0

static final int M_SOF0
See Also:
Constant Field Values

M_SOF1

static final int M_SOF1
See Also:
Constant Field Values

M_SOF2

static final int M_SOF2
See Also:
Constant Field Values

M_SOF3

static final int M_SOF3
See Also:
Constant Field Values

M_SOF5

static final int M_SOF5
See Also:
Constant Field Values

M_SOF6

static final int M_SOF6
See Also:
Constant Field Values

M_SOF7

static final int M_SOF7
See Also:
Constant Field Values

M_SOF9

static final int M_SOF9
See Also:
Constant Field Values

M_SOF10

static final int M_SOF10
See Also:
Constant Field Values

M_SOF11

static final int M_SOF11
See Also:
Constant Field Values

M_SOF13

static final int M_SOF13
See Also:
Constant Field Values

M_SOF14

static final int M_SOF14
See Also:
Constant Field Values

M_SOF15

static final int M_SOF15
See Also:
Constant Field Values

M_SOI

static final int M_SOI
See Also:
Constant Field Values

M_EOI

static final int M_EOI
See Also:
Constant Field Values

M_SOS

static final int M_SOS
See Also:
Constant Field Values

M_APP0

static final int M_APP0
See Also:
Constant Field Values

M_APP1

static final int M_APP1
See Also:
Constant Field Values

M_APP2

static final int M_APP2
See Also:
Constant Field Values

M_APP3

static final int M_APP3
See Also:
Constant Field Values

M_APP4

static final int M_APP4
See Also:
Constant Field Values

M_APP5

static final int M_APP5
See Also:
Constant Field Values

M_APP6

static final int M_APP6
See Also:
Constant Field Values

M_APP7

static final int M_APP7
See Also:
Constant Field Values

M_APP8

static final int M_APP8
See Also:
Constant Field Values

M_APP9

static final int M_APP9
See Also:
Constant Field Values

M_APP10

static final int M_APP10
See Also:
Constant Field Values

M_APP11

static final int M_APP11
See Also:
Constant Field Values

M_APP12

static final int M_APP12
See Also:
Constant Field Values

M_APP13

static final int M_APP13
See Also:
Constant Field Values

M_APP14

static final int M_APP14
See Also:
Constant Field Values

M_APP15

static final int M_APP15
See Also:
Constant Field Values

M_COM

static final int M_COM
See Also:
Constant Field Values

M_MAX_COM_LENGTH

static final int M_MAX_COM_LENGTH
See Also:
Constant Field Values