Uses of Class
com.drew.metadata.Age
-
Packages that use Age Package Description com.drew.metadata Provides classes for generic modelling of metadata directories and tags.com.drew.metadata.exif.makernotes ContainsDirectoryandTagDescriptorclasses related to the modelling of manufacturer-specific makernotes. -
-
Uses of Age in com.drew.metadata
Fields in com.drew.metadata declared as Age Modifier and Type Field Description private AgeFace. _ageMethods in com.drew.metadata that return Age Modifier and Type Method Description static AgeAge. fromPanasonicString(java.lang.String s)Parses an age object from the string format used by Panasonic cameras:0031:07:15 00:00:00AgeFace. getAge()Constructors in com.drew.metadata with parameters of type Age Constructor Description Face(int x, int y, int width, int height, java.lang.String name, Age age) -
Uses of Age in com.drew.metadata.exif.makernotes
Methods in com.drew.metadata.exif.makernotes that return Age Modifier and Type Method Description AgePanasonicMakernoteDirectory. getAge(int tag)Attempts to convert the underlying string value (as stored in the directory) into an Age object.
-