Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.exif
Class FujifilmMakerNoteTagSet

java.lang.Object
  extended by ch.randelshofer.media.tiff.TagSet
      extended by ch.randelshofer.media.exif.FujifilmMakerNoteTagSet

public class FujifilmMakerNoteTagSet
extends TagSet

Enumeration of Fujifilm MakerNote tags.

Sources:

http://www.exiv2.org/tags-fujifilm.html
http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html#APP4
http://homepage3.nifty.com/kamisaka/makernote/makernote_fuji.htm

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

Method Summary
static FujifilmMakerNoteTagSet getInstance()
          Returns a shared instance of a BaselineTIFFTagSet.
 
Methods inherited from class ch.randelshofer.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 FujifilmMakerNoteTagSet getInstance()
Returns a shared instance of a BaselineTIFFTagSet.


Copyright 2011-01-06 Werner Randelshofer