Copyright 2012-04-26 Werner Randelshofer

org.monte.media.exif
Class SonyMakerNoteTagSet

java.lang.Object
  extended by org.monte.media.tiff.TagSet
      extended by org.monte.media.exif.SonyMakerNoteTagSet

public class SonyMakerNoteTagSet
extends TagSet

Enumeration of Sony MakerNote tags.

Sources:

http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Sony.html

Version:
1.0 2010-07-24 Created.
Author:
Werner Randelshofer

Method Summary
static SonyMakerNoteTagSet getInstance()
          Returns a shared instance of a BaselineTIFFTagSet.
 
Methods inherited from class org.monte.media.tiff.TagSet
getName, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SonyMakerNoteTagSet getInstance()
Returns a shared instance of a BaselineTIFFTagSet.


Copyright 2012-04-26 Werner Randelshofer