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