com.drew.metadata.jpeg

Class JpegComponent

public class JpegComponent extends Object implements Serializable

Created by IntelliJ IDEA. User: dnoakes Date: 09-Oct-2003 Time: 17:04:07 To change this template use Options | File Templates.
Constructor Summary
JpegComponent(int componentId, int samplingFactorByte, int quantizationTableNumber)
Method Summary
intgetComponentId()
StringgetComponentName()
intgetHorizontalSamplingFactor()
intgetQuantizationTableNumber()
intgetVerticalSamplingFactor()

Constructor Detail

JpegComponent

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

Method Detail

getComponentId

public int getComponentId()

getComponentName

public String getComponentName()

getHorizontalSamplingFactor

public int getHorizontalSamplingFactor()

getQuantizationTableNumber

public int getQuantizationTableNumber()

getVerticalSamplingFactor

public int getVerticalSamplingFactor()
Copyright © 2006 Drew Noakes. All Rights Reserved.