Uses of Class
com.drew.lang.Rational
-
Packages that use Rational Package Description com.drew.imaging.tiff Contains classes for working with TIFF format files.com.drew.lang Contains classes of generic utility.com.drew.metadata Provides classes for generic modelling of metadata directories and tags.com.drew.metadata.tiff Contains classes for the extraction and modelling of TIFF file metadata. -
-
Uses of Rational in com.drew.imaging.tiff
Methods in com.drew.imaging.tiff with parameters of type Rational Modifier and Type Method Description voidTiffHandler. setRational(int tagId, Rational rational)voidTiffHandler. setRationalArray(int tagId, Rational[] array) -
Uses of Rational in com.drew.lang
Methods in com.drew.lang that return Rational Modifier and Type Method Description RationalRational. getAbsolute()Returns the absolute value of this object as a new Rational.RationalRational. getReciprocal()Returns the reciprocal value of this object as a new Rational.RationalRational. getSimplifiedInstance()Simplifies the representation of thisRationalnumber.Methods in com.drew.lang with parameters of type Rational Modifier and Type Method Description intRational. compareTo(Rational that)Compares twoRationalinstances, returning true if they are mathematically equivalent (in consistence withequals(Object)method).static java.lang.DoubleGeoLocation. degreesMinutesSecondsToDecimal(Rational degs, Rational mins, Rational secs, boolean isNegative)Converts DMS (degrees-minutes-seconds) rational values, as given inGpsDirectory, into a single value in degrees, as a double.booleanRational. equals(Rational other)Indicates whether this instance andotherare numerically equal, even if their representations differ.booleanRational. equalsExact(Rational other)Indicates whether this instance andotherhave identical Numerator and Denominator. -
Uses of Rational in com.drew.metadata
Methods in com.drew.metadata that return Rational Modifier and Type Method Description RationalDirectory. getRational(int tagType)Returns the specified tag's value as a Rational.Rational[]Directory. getRationalArray(int tagType)Returns the specified tag's value as an array of Rational.Methods in com.drew.metadata with parameters of type Rational Modifier and Type Method Description voidDirectory. setRational(int tagType, Rational rational)Sets aRationalvalue for the specified tag.voidDirectory. setRationalArray(int tagType, Rational[] rationals)Sets aRational[](array) for the specified tag. -
Uses of Rational in com.drew.metadata.tiff
Methods in com.drew.metadata.tiff with parameters of type Rational Modifier and Type Method Description voidDirectoryTiffHandler. setRational(int tagId, Rational rational)voidDirectoryTiffHandler. setRationalArray(int tagId, Rational[] array)
-