com.drew.metadata.jpeg
Class JpegComponent

java.lang.Object
  extended by com.drew.metadata.jpeg.JpegComponent
All Implemented Interfaces:
java.io.Serializable

public class JpegComponent
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: dnoakes Date: 09-Oct-2003 Time: 17:04:07 To change this template use Options | File Templates.

See Also:
Serialized Form

Constructor Summary
JpegComponent(int componentId, int samplingFactorByte, int quantizationTableNumber)
           
 
Method Summary
 int getComponentId()
           
 java.lang.String getComponentName()
           
 int getHorizontalSamplingFactor()
           
 int getQuantizationTableNumber()
           
 int getVerticalSamplingFactor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpegComponent

public JpegComponent(int componentId,
                     int samplingFactorByte,
                     int quantizationTableNumber)
Method Detail

getComponentId

public int getComponentId()

getComponentName

public java.lang.String getComponentName()
                                  throws MetadataException
Throws:
MetadataException

getQuantizationTableNumber

public int getQuantizationTableNumber()

getHorizontalSamplingFactor

public int getHorizontalSamplingFactor()

getVerticalSamplingFactor

public int getVerticalSamplingFactor()


Copyright © 2006 Drew Noakes. All Rights Reserved.