Cr2SensorInfoPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage

public final class Cr2SensorInfoPackage extends RawDictionaryBasePackage

Represents Canon MakerNotes tags.

Constructors

Constructor Description
Cr2SensorInfoPackage() Initializes a new instance of the Cr2SensorInfoPackage class.

Methods

Method Description
getSensorWidth() Gets the SensorWidth.
getSensorHeight() Gets the SensorHeight.
getSensorLeftBorder() Gets the SensorLeftBorder.
getSensorTopBorder() Gets the SensorTopBorder.
getSensorRightBorder() Gets the SensorRightBorder.
getSensorBottomBorder() Gets the SensorBottomBorder.
getBlackMaskLeftBorder() Gets the BlackMaskLeftBorder.
getBlackMaskTopBorder() Gets the BlackMaskTopBorder.
getBlackMaskRightBorder() Gets the BlackMaskRightBorder.
getBlackMaskBottomBorder() Gets the BlackMaskBottomBorder.

Cr2SensorInfoPackage()

public Cr2SensorInfoPackage()

Initializes a new instance of the Cr2SensorInfoPackage class.

getSensorWidth()

public final int getSensorWidth()

Gets the SensorWidth.

Returns: int - The SensorWidth.

getSensorHeight()

public final int getSensorHeight()

Gets the SensorHeight.

Returns: int - The SensorHeight.

getSensorLeftBorder()

public final int getSensorLeftBorder()

Gets the SensorLeftBorder.

Returns: int - The SensorLeftBorder.

getSensorTopBorder()

public final int getSensorTopBorder()

Gets the SensorTopBorder.

Returns: int - The SensorTopBorder.

getSensorRightBorder()

public final int getSensorRightBorder()

Gets the SensorRightBorder.

Returns: int - The SensorRightBorder.

getSensorBottomBorder()

public final int getSensorBottomBorder()

Gets the SensorBottomBorder.

Returns: int - The SensorBottomBorder.

getBlackMaskLeftBorder()

public final int getBlackMaskLeftBorder()

Gets the BlackMaskLeftBorder.

Returns: int - The BlackMaskLeftBorder.

getBlackMaskTopBorder()

public final int getBlackMaskTopBorder()

Gets the BlackMaskTopBorder.

Returns: int - The BlackMaskTopBorder.

getBlackMaskRightBorder()

public final int getBlackMaskRightBorder()

Gets the BlackMaskRightBorder.

Returns: int - The BlackMaskRightBorder.

getBlackMaskBottomBorder()

public final int getBlackMaskBottomBorder()

Gets the BlackMaskBottomBorder.

Returns: int - The BlackMaskBottomBorder.