Cr2AFInfo2Package

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

public final class Cr2AFInfo2Package extends RawDictionaryBasePackage

Represents Canon MakerNotes tags.

Constructors

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

Methods

Method Description
getAFInfoSize() Gets the AFInfoSize.
getAFAreaMode() Gets the AFAreaMode.
getNumAFPoints() Gets the NumAFPoints.
getValidAFPoints() Gets the ValidAFPoints.
getCanonImageWidth() Gets the CanonImageWidth.
getCanonImageHeight() Gets the CanonImageHeight.
getAFImageWidth() Gets the AFImageWidth.
getAFImageHeight() Gets the AFImageHeight.
getAFAreaWidths() Gets the AFAreaWidths.
getAFAreaHeights() Gets the AFAreaHeights.
getAFAreaXPositions() Gets the AFAreaXPositions.
getAFAreaYPositions() Gets the AFAreaYPositions.
getAFPointsInFocus() Gets the AFPointsInFocus.
getAFPointsSelected() Gets the AFPointsSelected.
getPrimaryAFPoint() Gets the PrimaryAFPoint.

Cr2AFInfo2Package()

public Cr2AFInfo2Package()

Initializes a new instance of the Cr2AFInfo2Package class.

getAFInfoSize()

public final int getAFInfoSize()

Gets the AFInfoSize.

Returns: int - The AFInfoSize.

getAFAreaMode()

public final int getAFAreaMode()

Gets the AFAreaMode.

Returns: int - The AFAreaMode.

getNumAFPoints()

public final int getNumAFPoints()

Gets the NumAFPoints.

Returns: int - The NumAFPoints.

getValidAFPoints()

public final int getValidAFPoints()

Gets the ValidAFPoints.

Returns: int - The ValidAFPoints.

getCanonImageWidth()

public final int getCanonImageWidth()

Gets the CanonImageWidth.

Returns: int - The CanonImageWidth.

getCanonImageHeight()

public final int getCanonImageHeight()

Gets the CanonImageHeight.

Returns: int - The CanonImageHeight.

getAFImageWidth()

public final int getAFImageWidth()

Gets the AFImageWidth.

Returns: int - The AFImageWidth.

getAFImageHeight()

public final int getAFImageHeight()

Gets the AFImageHeight.

Returns: int - The AFImageHeight.

getAFAreaWidths()

public final int getAFAreaWidths()

Gets the AFAreaWidths.

Returns: int - The AFAreaWidths.

getAFAreaHeights()

public final int getAFAreaHeights()

Gets the AFAreaHeights.

Returns: int - The AFAreaHeights.

getAFAreaXPositions()

public final int getAFAreaXPositions()

Gets the AFAreaXPositions.

Returns: int - The AFAreaXPositions.

getAFAreaYPositions()

public final int getAFAreaYPositions()

Gets the AFAreaYPositions.

Returns: int - The AFAreaYPositions.

getAFPointsInFocus()

public final int getAFPointsInFocus()

Gets the AFPointsInFocus.

Returns: int - The AFPointsInFocus.

getAFPointsSelected()

public final int getAFPointsSelected()

Gets the AFPointsSelected.

Returns: int - The AFPointsSelected.

getPrimaryAFPoint()

public final int getPrimaryAFPoint()

Gets the PrimaryAFPoint.

Returns: int - The PrimaryAFPoint.