Class JpegComponent

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

@Deprecated(since="2024-11-20") public class JpegComponent extends Object implements Serializable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Stores information about a JPEG image component such as the component id, horiz/vert sampling factor and quantization table number.
See Also:
  • Constructor Details

    • JpegComponent

      public JpegComponent(int componentId, int samplingFactorByte, int quantizationTableNumber)
      Deprecated.
  • Method Details

    • getComponentId

      public int getComponentId()
      Deprecated.
    • getComponentName

      public String getComponentName()
      Deprecated.
      Returns the component name (one of: Y, Cb, Cr, I, or Q)
      Returns:
      the component name
    • getQuantizationTableNumber

      public int getQuantizationTableNumber()
      Deprecated.
    • getHorizontalSamplingFactor

      public int getHorizontalSamplingFactor()
      Deprecated.
    • getVerticalSamplingFactor

      public int getVerticalSamplingFactor()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object