Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
-
Packages that use TagInfo Package Description org.apache.commons.imaging.formats.jpeg The JPEG image format.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.taginfos Classes for the TIFF tags.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfo in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg with parameters of type TagInfo Modifier and Type Method Description TiffFieldJpegImageMetadata. findExifValue(TagInfo tagInfo)TiffFieldJpegImageMetadata. findExifValueWithExactMatch(TagInfo tagInfo) -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as TagInfo Modifier and Type Field Description private TagInfoTiffField. tagInfoFields in org.apache.commons.imaging.formats.tiff with type parameters of type TagInfo Modifier and Type Field Description private static java.util.Map<java.lang.Integer,java.util.List<TagInfo>>TiffTags. ALL_TAG_MAPprivate static java.util.List<TagInfo>TiffTags. ALL_TAGSMethods in org.apache.commons.imaging.formats.tiff that return TagInfo Modifier and Type Method Description (package private) static TagInfoTiffTags. getTag(int directoryType, int tag)private static TagInfoTiffTags. getTag(int directoryType, java.util.List<TagInfo> possibleMatches)TagInfoTiffField. getTagInfo()Methods in org.apache.commons.imaging.formats.tiff that return types with arguments of type TagInfo Modifier and Type Method Description private static java.util.List<TagInfo>TiffTags. makeMergedTagList()private static java.util.Map<java.lang.Integer,java.util.List<TagInfo>>TiffTags. makeTagMap(java.util.List<TagInfo> tags)Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfo Modifier and Type Method Description TiffFieldTiffContents. findField(TagInfo tag)TiffFieldTiffDirectory. findField(TagInfo tag)TiffFieldTiffDirectory. findField(TagInfo tag, boolean failIfMissing)TiffFieldTiffImageMetadata.Directory. findField(TagInfo tagInfo)TiffFieldTiffImageMetadata. findField(TagInfo tagInfo)TiffFieldTiffImageMetadata. findField(TagInfo tagInfo, boolean exactDirectoryMatch)java.lang.ObjectTiffDirectory. getFieldValue(TagInfo tag)java.lang.ObjectTiffImageMetadata. getFieldValue(TagInfo tag)Method parameters in org.apache.commons.imaging.formats.tiff with type arguments of type TagInfo Modifier and Type Method Description private static java.util.Map<java.lang.Integer,java.lang.Integer>TiffTags. countTags(java.util.List<TagInfo> tags)private static TagInfoTiffTags. getTag(int directoryType, java.util.List<TagInfo> possibleMatches)private static java.util.Map<java.lang.Integer,java.util.List<TagInfo>>TiffTags. makeTagMap(java.util.List<TagInfo> tags) -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants with type parameters of type TagInfo Modifier and Type Field Description static java.util.List<TagInfo>AdobePageMaker6TagConstants. ALL_ADOBE_PAGEMAKER_6_TAGSstatic java.util.List<TagInfo>AdobePhotoshopTagConstants. ALL_ADOBE_PHOTOSHOP_TAGSstatic java.util.List<TagInfo>AliasSketchbookProTagConstants. ALL_ALIAS_SKETCHBOOK_PRO_TAGSstatic java.util.List<TagInfo>DcfTagConstants. ALL_DCF_TAGSstatic java.util.List<TagInfo>DngTagConstants. ALL_DNG_TAGSstatic java.util.List<TagInfo>ExifTagConstants. ALL_EXIF_TAGSstatic java.util.List<TagInfo>GdalLibraryTagConstants. ALL_GDAL_LIBRARY_TAGSstatic java.util.List<TagInfo>GeoTiffTagConstants. ALL_GEO_TIFF_TAGSstatic java.util.List<TagInfo>GpsTagConstants. ALL_GPS_TAGSstatic java.util.List<TagInfo>HylaFaxTagConstants. ALL_HYLAFAX_TAGSstatic java.util.List<TagInfo>MicrosoftHdPhotoTagConstants. ALL_MICROSOFT_HD_PHOTO_TAGSstatic java.util.List<TagInfo>MicrosoftTagConstants. ALL_MICROSOFT_TAGSstatic java.util.List<TagInfo>MolecularDynamicsGelTagConstants. ALL_MOLECULAR_DYNAMICS_GEL_TAGSstatic java.util.List<TagInfo>OceScanjobTagConstants. ALL_OCE_SCANJOB_TAGSstatic java.util.List<TagInfo>Rfc2301TagConstants. ALL_RFC_2301_TAGSstatic java.util.List<TagInfo>Tiff4TagConstants. ALL_TIFF_4_TAGSstatic java.util.List<TagInfo>TiffEpTagConstants. ALL_TIFF_EP_TAGSstatic java.util.List<TagInfo>TiffTagConstants. ALL_TIFF_TAGSstatic java.util.List<TagInfo>WangTagConstants. ALL_WANG_TAGS -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff.taginfos
Subclasses of TagInfo in org.apache.commons.imaging.formats.tiff.taginfos Modifier and Type Class Description classTagInfoAnyclassTagInfoAsciiclassTagInfoAsciiOrByteclassTagInfoAsciiOrRationalclassTagInfoByteclassTagInfoByteOrShortclassTagInfoBytesclassTagInfoDirectoryA LONG representing an offset to a TIFF directory.classTagInfoDoubleclassTagInfoDoublesclassTagInfoFloatclassTagInfoFloatsclassTagInfoGpsTextUsed by some GPS tags and the EXIF user comment tag, this badly documented value is meant to contain the text encoding in the first 8 bytes followed by the non-null-terminated text in an unknown byte order.classTagInfoLongclassTagInfoLongOrIfdclassTagInfoLongsclassTagInfoRationalclassTagInfoRationalsclassTagInfoSByteclassTagInfoSBytesclassTagInfoShortclassTagInfoShortOrLongclassTagInfoShortOrLongOrRationalclassTagInfoShortOrRationalclassTagInfoShortsclassTagInfoSLongclassTagInfoSLongsclassTagInfoSRationalclassTagInfoSRationalsclassTagInfoSShortclassTagInfoSShortsclassTagInfoUndefinedclassTagInfoUndefinedsclassTagInfoUnknownA TIFF tag whose definition isn't known.classTagInfoUnknownsclassTagInfoXpStringWindows XP onwards store some tags using UTF-16LE, but the field type is byte - here we deal with this. -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff.write
Fields in org.apache.commons.imaging.formats.tiff.write declared as TagInfo Modifier and Type Field Description TagInfoTiffOutputField. tagInfoMethods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfo Modifier and Type Method Description protected static TiffOutputFieldTiffOutputField. createOffsetField(TagInfo tagInfo, java.nio.ByteOrder byteOrder)TiffOutputFieldTiffOutputDirectory. findField(TagInfo tagInfo)Finds the TiffOutputField for the given TagInfo from this TiffOutputDirectory.TiffOutputFieldTiffOutputSet. findField(TagInfo tagInfo)voidTiffOutputDirectory. removeField(TagInfo tagInfo)voidTiffOutputSet. removeField(TagInfo tagInfo)private voidTiffOutputDirectory. removeFieldIfPresent(TagInfo tagInfo)Constructors in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfo Constructor Description TiffOutputField(int tag, TagInfo tagInfo, AbstractFieldType abstractFieldType, int count, byte[] bytes)TiffOutputField(TagInfo tagInfo, AbstractFieldType abstractFieldType, int count, byte[] bytes)
-