Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoLong
-
Packages that use TagInfoLong 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.taginfos Classes for the TIFF tags.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfoLong in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoLong Modifier and Type Method Description int
TiffDirectory. getFieldValue(TagInfoLong tag)
-
Uses of TagInfoLong in org.apache.commons.imaging.formats.tiff.constants
-
Uses of TagInfoLong in org.apache.commons.imaging.formats.tiff.taginfos
Subclasses of TagInfoLong in org.apache.commons.imaging.formats.tiff.taginfos Modifier and Type Class Description class
TagInfoDirectory
A LONG representing an offset to a TIFF directory. -
Uses of TagInfoLong in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoLong Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoLong tagInfo, int value)
-