Uses of Class
com.drew.lang.Rational

Packages that use Rational
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. 
 

Uses of Rational in com.drew.lang
 

Methods in com.drew.lang that return Rational
 Rational Rational.getReciprocal()
          Returns the reciprocal value of this obejct as a new Rational.
 Rational Rational.getSimplifiedInstance()
           Simplifies the Rational number.
 

Uses of Rational in com.drew.metadata
 

Methods in com.drew.metadata that return Rational
 Rational Directory.getRational(int tagType)
          Returns the specified tag's value as a Rational, if possible.
 Rational[] Directory.getRationalArray(int tagType)
           
 

Methods in com.drew.metadata with parameters of type Rational
 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.
 

Uses of Rational in com.drew.metadata.exif
 

Methods in com.drew.metadata.exif that return Rational
static Rational NikonType2MakernoteDirectory.CalculateFlashCompensationFromBytes(byte[] bytes)
           
 Rational NikonType2MakernoteDirectory.getAutoFlashCompensation()