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 doubleTiffDirectory. 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 TagInfoDoubleExifTagConstants. 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 voidTiffOutputDirectory. add(TagInfoDouble tagInfo, double value)
-