public class JPEGQuantizationTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[] |
data |
private int |
elementPrecision |
private int |
id |
Constructor and Description |
---|
JPEGQuantizationTable() |
Modifier and Type | Method and Description |
---|---|
int[] |
getData() |
int |
getElementPrecision() |
int |
getId() |
void |
setData(int[] is) |
void |
setElementPrecision(int i) |
void |
setId(int i) |