Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoSShorts
-
Packages that use TagInfoSShorts 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 TagInfoSShorts in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoSShorts Modifier and Type Method Description short[]
TiffDirectory. getFieldValue(TagInfoSShorts tag, boolean mustExist)
short[]
TiffImageMetadata. getFieldValue(TagInfoSShorts tag)
-
Uses of TagInfoSShorts in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoSShorts Modifier and Type Field Description static TagInfoSShorts
TiffEpTagConstants. EXIF_TAG_TIME_ZONE_OFFSET
-
Uses of TagInfoSShorts in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoSShorts Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoSShorts tagInfo, short... values)
-