Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoSLong
-
Packages that use TagInfoSLong 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 TagInfoSLong in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoSLong Modifier and Type Method Description intTiffDirectory. getFieldValue(TagInfoSLong tag) -
Uses of TagInfoSLong in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoSLong Modifier and Type Field Description static TagInfoSLongExifTagConstants. EXIF_TAG_OFFSET_SCHEMA -
Uses of TagInfoSLong in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoSLong Modifier and Type Method Description voidTiffOutputDirectory. add(TagInfoSLong tagInfo, int value)
-