Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.tiff
Class BaselineTagSet

java.lang.Object
  extended by ch.randelshofer.media.tiff.TagSet
      extended by ch.randelshofer.media.tiff.BaselineTagSet

public class BaselineTagSet
extends TagSet

A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.

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

Field Summary
static int TAG_EXIF
           
static int TAG_GPS
           
static int TAG_Interoperability
           
static int TAG_JPEGInterchangeFormat
           
static int TAG_JPEGInterchangeFormatLength
           
static int TAG_JPEGThumbnailImage
          Synthetic tags.
 
Method Summary
static BaselineTagSet getInstance()
          Returns a shared instance of a BaselineTagSet.
 
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
 

Field Detail

TAG_EXIF

public static final int TAG_EXIF
See Also:
Constant Field Values

TAG_GPS

public static final int TAG_GPS
See Also:
Constant Field Values

TAG_Interoperability

public static final int TAG_Interoperability
See Also:
Constant Field Values

TAG_JPEGInterchangeFormat

public static final int TAG_JPEGInterchangeFormat
See Also:
Constant Field Values

TAG_JPEGInterchangeFormatLength

public static final int TAG_JPEGInterchangeFormatLength
See Also:
Constant Field Values

TAG_JPEGThumbnailImage

public static final int TAG_JPEGThumbnailImage
Synthetic tags.

See Also:
Constant Field Values
Method Detail

getInstance

public static BaselineTagSet getInstance()
Returns a shared instance of a BaselineTagSet.


Copyright 2011-01-06 Werner Randelshofer