Uses of Class
com.drew.metadata.Age

Packages that use Age
com.drew.metadata Provides classes for generic modelling of metadata directories and tags. 
com.drew.metadata.exif Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes. 
 

Uses of Age in com.drew.metadata
 

Methods in com.drew.metadata that return Age
static Age Age.fromPanasonicString(String s)
          Parses an age object from the string format used by Panasonic cameras: 0031:07:15 00:00:00
 Age Face.getAge()
           
 

Constructors in com.drew.metadata with parameters of type Age
Face(int x, int y, int width, int height, String name, Age age)
           
 

Uses of Age in com.drew.metadata.exif
 

Methods in com.drew.metadata.exif that return Age
 Age PanasonicMakernoteDirectory.getAge(int tag)
          Attempts to convert the underlying string value (as stored in the directory) into an Age object.
 



Copyright © 2012. All Rights Reserved.