Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoSRational
-
Packages that use TagInfoSRational Package Description org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.org.apache.commons.imaging.formats.tiff.constants TIFF constants.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfoSRational in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoSRational Modifier and Type Method Description RationalNumberTiffDirectory. getFieldValue(TagInfoSRational tag) -
Uses of TagInfoSRational in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoSRational Modifier and Type Field Description static TagInfoSRationalDngTagConstants. EXIF_TAG_BASELINE_EXPOSUREstatic TagInfoSRationalExifTagConstants. EXIF_TAG_BRIGHTNESS_VALUEstatic TagInfoSRationalExifTagConstants. EXIF_TAG_EXPOSURE_COMPENSATIONstatic TagInfoSRationalExifTagConstants. EXIF_TAG_SHUTTER_SPEED_VALUE -
Uses of TagInfoSRational in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoSRational Modifier and Type Method Description voidTiffOutputDirectory. add(TagInfoSRational tagInfo, RationalNumber value)
-