public class JPEGScan extends Object
| Modifier and Type | Field | Description |
|---|---|---|
private JPEGScanComponentSpecification[] |
compSpecs |
|
private int |
numComponents |
| Constructor | Description |
|---|---|
JPEGScan() |
| Modifier and Type | Method | Description |
|---|---|---|
JPEGScanComponentSpecification[] |
getCompSpecs() |
|
int |
getNumComponents() |
|
void |
setCompSpecs(JPEGScanComponentSpecification[] specifications) |
|
void |
setNumComponents(int i) |
private int numComponents
private JPEGScanComponentSpecification[] compSpecs
public int getNumComponents()
public void setNumComponents(int i)
public JPEGScanComponentSpecification[] getCompSpecs()
public void setCompSpecs(JPEGScanComponentSpecification[] specifications)