Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoDouble
-
Packages that use TagInfoDouble 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 TagInfoDouble in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoDouble Modifier and Type Method Description double
TiffDirectory. getFieldValue(TagInfoDouble tag)
-
Uses of TagInfoDouble in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoDouble Modifier and Type Field Description static TagInfoDouble
ExifTagConstants. EXIF_TAG_STO_NITS
-
Uses of TagInfoDouble in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoDouble Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoDouble tagInfo, double value)
-