JIU 0.14.3

net.sourceforge.jiu.codecs.jpeg
Class JPEGScan

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

public class JPEGScan
extends Object

Data class for information from a JPEG scan header (stored in an SOS marker).

Since:
0.13.0
Author:
Marco Schmidt

Constructor Summary
JPEGScan()
           
 
Method Summary
 JPEGScanComponentSpecification[] getCompSpecs()
           
 int getNumComponents()
           
 void setCompSpecs(JPEGScanComponentSpecification[] specifications)
           
 void setNumComponents(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEGScan

public JPEGScan()
Method Detail

getNumComponents

public int getNumComponents()

setNumComponents

public void setNumComponents(int i)

getCompSpecs

public JPEGScanComponentSpecification[] getCompSpecs()

setCompSpecs

public void setCompSpecs(JPEGScanComponentSpecification[] specifications)

JIU 0.14.3

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