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