Package | Description |
---|---|
com.drew.lang | |
com.drew.metadata | |
com.drew.metadata.exif |
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.