Package | Description |
---|---|
com.drew.lang |
Contains classes of generic utility (not application specific).
|
com.drew.metadata |
Provides classes for modelling metadata and exceptions/interfaces applicable to all metadata operations.
|
com.drew.metadata.exif |
Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers.
|
Modifier and Type | Method and Description |
---|---|
Rational |
Rational.getReciprocal()
Returns the reciprocal value of this obejct as a new Rational.
|
Rational |
Rational.getSimplifiedInstance()
Simplifies the Rational number.
|
Modifier and Type | Method and Description |
---|---|
Rational |
Directory.getRational(int tagType)
Returns the specified tag's value as a Rational, if possible.
|
Rational[] |
Directory.getRationalArray(int tagType) |
Modifier and Type | Method and Description |
---|---|
void |
Directory.setRational(int tagType,
Rational rational)
Sets a
Rational value for the specified tag. |
void |
Directory.setRationalArray(int tagType,
Rational[] rationals)
Sets a
Rational[] (array) for the specified tag. |
Modifier and Type | Method and Description |
---|---|
static Rational |
NikonType2MakernoteDirectory.CalculateFlashCompensationFromBytes(byte[] bytes) |
Rational |
NikonType2MakernoteDirectory.getAutoFlashCompensation() |
Copyright © 2006 Drew Noakes. All Rights Reserved.