Uses of Interface
se.datadosen.imaging.exif.TagFormatter

Packages that use TagFormatter
se.datadosen.imaging.exif   
 

Uses of TagFormatter in se.datadosen.imaging.exif
 

Fields in se.datadosen.imaging.exif declared as TagFormatter
protected static TagFormatter ImageInfoFormatter.commentFormatter
          This formatter makes sure that a comment is ALWAYS a string.
protected  TagFormatter ImageInfoFormatter.dateFormatter
           
protected static TagFormatter ImageInfoFormatter.floatFormatter
           
protected static TagFormatter ImageInfoFormatter.meterFormatter
           
protected  TagFormatter ImageInfoFormatter.millimeter35EqFormatter
           
protected static TagFormatter ImageInfoFormatter.millimeterFormatter
           
protected static TagFormatter ImageInfoFormatter.secondFormatter
           
 

Methods in se.datadosen.imaging.exif with parameters of type TagFormatter
 void ImageInfoFormatter.put(int tagType, TagFormatter tf)