com.drew.metadata.jpeg
public class JpegComponent extends Object implements Serializable
| Constructor Summary | |
|---|---|
| JpegComponent(int componentId, int samplingFactorByte, int quantizationTableNumber) | |
| Method Summary | |
|---|---|
| int | getComponentId() |
| String | getComponentName() |
| int | getHorizontalSamplingFactor() |
| int | getQuantizationTableNumber() |
| int | getVerticalSamplingFactor() |