Package net.sourceforge.jiu.codecs.jpeg
Class JPEGScanComponentSpecification
java.lang.Object
net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification
Data class to store information on one component in one scan.
- Since:
- 0.13.0
- Author:
- Marco Schmidt
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetAcEntropyTable(int i) voidsetComponent(int i) voidsetDcEntropyTable(int i)
-
Field Details
-
component
private int component -
acEntropyTable
private int acEntropyTable -
dcEntropyTable
private int dcEntropyTable
-
-
Constructor Details
-
JPEGScanComponentSpecification
public JPEGScanComponentSpecification()
-
-
Method Details
-
getAcEntropyTable
public int getAcEntropyTable() -
getComponent
public int getComponent() -
getDcEntropyTable
public int getDcEntropyTable() -
setAcEntropyTable
public void setAcEntropyTable(int i) -
setComponent
public void setComponent(int i) -
setDcEntropyTable
public void setDcEntropyTable(int i)
-