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