Uses of Class
com.drew.lang.Rational

Packages that use Rational
com.drew.lang   
com.drew.metadata   
com.drew.metadata.exif   
 

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()
           
 



Copyright © 2006 Drew Noakes. All Rights Reserved.