ch.randelshofer.media.tiff
Class BaselineTagSet
java.lang.Object
ch.randelshofer.media.tiff.TagSet
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getInstance
public static BaselineTagSet getInstance()
- Returns a shared instance of a BaselineTagSet.