Package com.drew.metadata.jpeg
Class JpegComponent
java.lang.Object
com.drew.metadata.jpeg.JpegComponent
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionJpegComponent(int componentId, int samplingFactorByte, int quantizationTableNumber) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Deprecated.Returns the component name (one of: Y, Cb, Cr, I, or Q)intDeprecated.intDeprecated.intDeprecated.toString()Deprecated.
-
Constructor Details
-
JpegComponent
public JpegComponent(int componentId, int samplingFactorByte, int quantizationTableNumber) Deprecated.
-
-
Method Details
-
getComponentId
public int getComponentId()Deprecated. -
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
Deprecated.
-