net.sourceforge.jiu.codecs.jpeg

Class JPEGScanComponentSpecification


public class JPEGScanComponentSpecification
extends java.lang.Object

Data class to store information on one component in one scan.
Author:
Marco Schmidt
Since:
0.13.0

Field Summary

private int
acEntropyTable
private int
component
private int
dcEntropyTable

Method Summary

int
getAcEntropyTable()
int
getComponent()
int
getDcEntropyTable()
void
setAcEntropyTable(int i)
void
setComponent(int i)
void
setDcEntropyTable(int i)

Field Details

acEntropyTable

private int acEntropyTable

component

private int component

dcEntropyTable

private int dcEntropyTable

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)