Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoByteOrShort
Packages that use TagInfoByteOrShort
Package
Description
TIFF constants.
TIFF writers.
-
Uses of TagInfoByteOrShort in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoByteOrShortModifier and TypeFieldDescriptionstatic final 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 TagInfoByteOrShortModifier and TypeMethodDescriptionvoid
TiffOutputDirectory.add
(TagInfoByteOrShort tagInfo, byte... values) void
TiffOutputDirectory.add
(TagInfoByteOrShort tagInfo, short... values)