public class JPEGScanComponentSpecification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
acEntropyTable |
private int |
component |
private int |
dcEntropyTable |
| Constructor and Description |
|---|
JPEGScanComponentSpecification() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcEntropyTable() |
int |
getComponent() |
int |
getDcEntropyTable() |
void |
setAcEntropyTable(int i) |
void |
setComponent(int i) |
void |
setDcEntropyTable(int i) |
private int component
private int acEntropyTable
private int dcEntropyTable
public int getAcEntropyTable()
public int getComponent()
public int getDcEntropyTable()
public void setAcEntropyTable(int i)
public void setComponent(int i)
public void setDcEntropyTable(int i)