uk.co.mmscomputing.imageio.jpeg
Interface JPEGConstants

All Known Implementing Classes:
JFIFInputStream, JFIFOutputStream, JPEGACInputStream, JPEGACOutputStream, JPEGBitInputStream, JPEGComponentsOutputStream, JPEGDCTInputStream, JPEGDCTOutputStream, JPEGFastDCTInputStream, JPEGInputStream, JPEGOutputStream

public interface JPEGConstants


Field Summary
static int APP0
           
static int APP1
           
static int APP10
           
static int APP11
           
static int APP12
           
static int APP13
           
static int APP14
           
static int APP15
           
static int APP2
           
static int APP3
           
static int APP4
           
static int APP5
           
static int APP6
           
static int APP7
           
static int APP8
           
static int APP9
           
static int COM
           
static int[] CQT
           
static int[] CQT2
           
static int DAC
           
static int DCTBlockSize
           
static int DCTSize
           
static int DHP
           
static int DHT
           
static int DNL
           
static int DQT
           
static int DRI
           
static int EOI
           
static int EXP
           
static byte[] HCACTable
           
static byte[] HCDCTable
           
static byte[] HLACTable
           
static byte[] HLDCTable
           
static int[] IZigZagTable
           
static int JPG
           
static int JPG0
           
static int JPG1
           
static int JPG10
           
static int JPG11
           
static int JPG12
           
static int JPG13
           
static int JPG2
           
static int JPG3
           
static int JPG4
           
static int JPG5
           
static int JPG6
           
static int JPG7
           
static int JPG8
           
static int JPG9
           
static int[] LQT
           
static int[] LQT2
           
static int MARK
           
static int RST0
           
static int RST1
           
static int RST2
           
static int RST3
           
static int RST4
           
static int RST5
           
static int RST6
           
static int RST7
           
static int SOF0
           
static int SOF1
           
static int SOF10
           
static int SOF11
           
static int SOF13
           
static int SOF14
           
static int SOF15
           
static int SOF2
           
static int SOF3
           
static int SOF5
           
static int SOF6
           
static int SOF7
           
static int SOF9
           
static int SOI
           
static int SOS
           
static int TEM
           
static int[] ZigZagTable
           
 

Field Detail

TEM

static final int TEM
See Also:
Constant Field Values

SOF0

static final int SOF0
See Also:
Constant Field Values

SOF1

static final int SOF1
See Also:
Constant Field Values

SOF2

static final int SOF2
See Also:
Constant Field Values

SOF3

static final int SOF3
See Also:
Constant Field Values

DHT

static final int DHT
See Also:
Constant Field Values

SOF5

static final int SOF5
See Also:
Constant Field Values

SOF6

static final int SOF6
See Also:
Constant Field Values

SOF7

static final int SOF7
See Also:
Constant Field Values

JPG

static final int JPG
See Also:
Constant Field Values

SOF9

static final int SOF9
See Also:
Constant Field Values

SOF10

static final int SOF10
See Also:
Constant Field Values

SOF11

static final int SOF11
See Also:
Constant Field Values

DAC

static final int DAC
See Also:
Constant Field Values

SOF13

static final int SOF13
See Also:
Constant Field Values

SOF14

static final int SOF14
See Also:
Constant Field Values

SOF15

static final int SOF15
See Also:
Constant Field Values

RST0

static final int RST0
See Also:
Constant Field Values

RST1

static final int RST1
See Also:
Constant Field Values

RST2

static final int RST2
See Also:
Constant Field Values

RST3

static final int RST3
See Also:
Constant Field Values

RST4

static final int RST4
See Also:
Constant Field Values

RST5

static final int RST5
See Also:
Constant Field Values

RST6

static final int RST6
See Also:
Constant Field Values

RST7

static final int RST7
See Also:
Constant Field Values

SOI

static final int SOI
See Also:
Constant Field Values

EOI

static final int EOI
See Also:
Constant Field Values

SOS

static final int SOS
See Also:
Constant Field Values

DQT

static final int DQT
See Also:
Constant Field Values

DNL

static final int DNL
See Also:
Constant Field Values

DRI

static final int DRI
See Also:
Constant Field Values

DHP

static final int DHP
See Also:
Constant Field Values

EXP

static final int EXP
See Also:
Constant Field Values

APP0

static final int APP0
See Also:
Constant Field Values

APP1

static final int APP1
See Also:
Constant Field Values

APP2

static final int APP2
See Also:
Constant Field Values

APP3

static final int APP3
See Also:
Constant Field Values

APP4

static final int APP4
See Also:
Constant Field Values

APP5

static final int APP5
See Also:
Constant Field Values

APP6

static final int APP6
See Also:
Constant Field Values

APP7

static final int APP7
See Also:
Constant Field Values

APP8

static final int APP8
See Also:
Constant Field Values

APP9

static final int APP9
See Also:
Constant Field Values

APP10

static final int APP10
See Also:
Constant Field Values

APP11

static final int APP11
See Also:
Constant Field Values

APP12

static final int APP12
See Also:
Constant Field Values

APP13

static final int APP13
See Also:
Constant Field Values

APP14

static final int APP14
See Also:
Constant Field Values

APP15

static final int APP15
See Also:
Constant Field Values

JPG0

static final int JPG0
See Also:
Constant Field Values

JPG1

static final int JPG1
See Also:
Constant Field Values

JPG2

static final int JPG2
See Also:
Constant Field Values

JPG3

static final int JPG3
See Also:
Constant Field Values

JPG4

static final int JPG4
See Also:
Constant Field Values

JPG5

static final int JPG5
See Also:
Constant Field Values

JPG6

static final int JPG6
See Also:
Constant Field Values

JPG7

static final int JPG7
See Also:
Constant Field Values

JPG8

static final int JPG8
See Also:
Constant Field Values

JPG9

static final int JPG9
See Also:
Constant Field Values

JPG10

static final int JPG10
See Also:
Constant Field Values

JPG11

static final int JPG11
See Also:
Constant Field Values

JPG12

static final int JPG12
See Also:
Constant Field Values

JPG13

static final int JPG13
See Also:
Constant Field Values

COM

static final int COM
See Also:
Constant Field Values

MARK

static final int MARK
See Also:
Constant Field Values

DCTSize

static final int DCTSize
See Also:
Constant Field Values

DCTBlockSize

static final int DCTBlockSize
See Also:
Constant Field Values

ZigZagTable

static final int[] ZigZagTable

IZigZagTable

static final int[] IZigZagTable

HLDCTable

static final byte[] HLDCTable

HCDCTable

static final byte[] HCDCTable

HLACTable

static final byte[] HLACTable

HCACTable

static final byte[] HCACTable

LQT

static final int[] LQT

CQT

static final int[] CQT

LQT2

static final int[] LQT2

CQT2

static final int[] CQT2


Copyright © 2011 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.