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