Cr2AFInfoPackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage
public final class Cr2AFInfoPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
Constructors
Constructor | Description |
---|---|
Cr2AFInfoPackage() | Initializes a new instance of the Cr2AFInfoPackage class. |
Methods
Method | Description |
---|---|
getNumAFPoints() | Gets the NumAFPoints. |
getValidAFPoints() | Gets the ValidAFPoints. |
getCanonImageWidth() | Gets the CanonImageWidth. |
getCanonImageHeight() | Gets the CanonImageHeight. |
getAFImageWidth() | Gets the AFImageWidth. |
getAFImageHeight() | Gets the AFImageHeight. |
getAFAreaWidth() | Gets the AFAreaWidth. |
getAFAreaHeight() | Gets the AFAreaHeight. |
getAFAreaXPositions() | Gets the AFAreaXPositions. |
getAFAreaYPositions() | Gets the AFAreaYPositions. |
getAFPointsInFocus() | Gets the AFPointsInFocus. |
getPrimaryAFPointAFInfo() | Gets the PrimaryAFPointAFInfo. |
getPrimaryAFPoint() | Gets the PrimaryAFPoint. |
Cr2AFInfoPackage()
public Cr2AFInfoPackage()
Initializes a new instance of the Cr2AFInfoPackage class.
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.
getAFAreaWidth()
public final int getAFAreaWidth()
Gets the AFAreaWidth.
Returns: int - The AFAreaWidth.
getAFAreaHeight()
public final int getAFAreaHeight()
Gets the AFAreaHeight.
Returns: int - The AFAreaHeight.
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.
getPrimaryAFPointAFInfo()
public final int getPrimaryAFPointAFInfo()
Gets the PrimaryAFPointAFInfo.
Returns: int - The PrimaryAFPointAFInfo.
getPrimaryAFPoint()
public final int getPrimaryAFPoint()
Gets the PrimaryAFPoint.
Returns: int - The PrimaryAFPoint.