public class JPEGScan
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private JPEGScanComponentSpecification[] |
compSpecs |
private int |
numComponents |
Constructor and Description |
---|
JPEGScan() |
Modifier and Type | Method and 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)