Uses of Class com.drew.lang.Rational

Uses in package com.drew.lang

Methods with return type com.drew.lang.Rational

Rational
Returns the reciprocal value of this obejct as a new Rational.
Rational
Simplifies the Rational number.

Uses in package com.drew.metadata.exif

Methods with return type com.drew.lang.Rational

Rational
Rational

Uses in package com.drew.metadata

Methods with parameter type com.drew.lang.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.

Methods with return type com.drew.lang.Rational

Rational
Directory.getRational(int tagType)
Returns the specified tag's value as a Rational, if possible.
Rational[]

Copyright © 2006 Drew Noakes. All Rights Reserved.