Uses of Class
com.drew.metadata.Tag
-
Packages that use Tag Package Description com.drew.metadata Provides classes for generic modelling of metadata directories and tags. -
-
Uses of Tag in com.drew.metadata
Fields in com.drew.metadata with type parameters of type Tag Modifier and Type Field Description protected java.util.Collection<Tag>Directory. _definedTagListA convenient list holding tag values in the order in which they were stored.Methods in com.drew.metadata that return types with arguments of type Tag Modifier and Type Method Description java.util.Collection<Tag>Directory. getTags()Returns an Iterator of Tag instances that have been set in this Directory.
-