Cr2FocalLengthPackage
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.RawDictionaryBasePackage
public final class Cr2FocalLengthPackage extends RawDictionaryBasePackage
Represents Canon MakerNotes tags.
Constructors
Constructor | Description |
---|---|
Cr2FocalLengthPackage() | Initializes a new instance of the Cr2FocalLengthPackage class. |
Methods
Method | Description |
---|---|
getFocalType() | Gets the FocalType. |
getFocalLength() | Gets the FocalLength. |
getFocalPlaneXSize() | Gets the FocalPlaneXSize. |
getFocalPlaneYSize() | Gets the FocalPlaneYSize. |
Cr2FocalLengthPackage()
public Cr2FocalLengthPackage()
Initializes a new instance of the Cr2FocalLengthPackage class.
getFocalType()
public final int getFocalType()
Gets the FocalType.
Returns: int - The FocalType.
getFocalLength()
public final int getFocalLength()
Gets the FocalLength.
Returns: int - The FocalLength.
getFocalPlaneXSize()
public final int getFocalPlaneXSize()
Gets the FocalPlaneXSize.
Returns: int - The FocalPlaneXSize.
getFocalPlaneYSize()
public final int getFocalPlaneYSize()
Gets the FocalPlaneYSize.
Returns: int - The FocalPlaneYSize.