Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShortOrLongOrRational
-
Packages that use TagInfoShortOrLongOrRational Package Description org.apache.commons.imaging.formats.tiff.constants TIFF constants.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfoShortOrLongOrRational in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoShortOrLongOrRational Modifier and Type Field Description static TagInfoShortOrLongOrRational
DngTagConstants. EXIF_TAG_BLACK_LEVEL
static TagInfoShortOrLongOrRational
DngTagConstants. EXIF_TAG_DEFAULT_CROP_ORIGIN
static TagInfoShortOrLongOrRational
DngTagConstants. EXIF_TAG_DEFAULT_CROP_SIZE
-
Uses of TagInfoShortOrLongOrRational in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoShortOrLongOrRational Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoShortOrLongOrRational tagInfo, int... values)
void
TiffOutputDirectory. add(TagInfoShortOrLongOrRational tagInfo, short... values)
void
TiffOutputDirectory. add(TagInfoShortOrLongOrRational tagInfo, RationalNumber... values)
-