JIU 0.14.3

net.sourceforge.jiu.codecs.jpeg
Class JPEGScanComponentSpecification

java.lang.Object
  extended by net.sourceforge.jiu.codecs.jpeg.JPEGScanComponentSpecification

public class JPEGScanComponentSpecification
extends Object

Data class to store information on one component in one scan.

Since:
0.13.0
Author:
Marco Schmidt

Constructor Summary
JPEGScanComponentSpecification()
           
 
Method Summary
 int getAcEntropyTable()
           
 int getComponent()
           
 int getDcEntropyTable()
           
 void setAcEntropyTable(int i)
           
 void setComponent(int i)
           
 void setDcEntropyTable(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEGScanComponentSpecification

public JPEGScanComponentSpecification()
Method Detail

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)

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt