org.apache.sanselan.formats.tiff
Class TiffHeader

java.lang.Object
  extended by org.apache.sanselan.formats.tiff.TiffElement
      extended by org.apache.sanselan.formats.tiff.TiffHeader

public class TiffHeader
extends TiffElement


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.sanselan.formats.tiff.TiffElement
TiffElement.DataElement, TiffElement.Stub
 
Field Summary
 int byteOrder
           
 int offsetToFirstIFD
           
 int tiffVersion
           
 
Fields inherited from class org.apache.sanselan.formats.tiff.TiffElement
COMPARATOR, length, offset
 
Constructor Summary
TiffHeader(int byteOrder, int tiffVersion, int offsetToFirstIFD)
           
 
Method Summary
 java.lang.String getElementDescription(boolean verbose)
           
 
Methods inherited from class org.apache.sanselan.formats.tiff.TiffElement
getElementDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

byteOrder

public final int byteOrder

tiffVersion

public final int tiffVersion

offsetToFirstIFD

public final int offsetToFirstIFD
Constructor Detail

TiffHeader

public TiffHeader(int byteOrder,
                  int tiffVersion,
                  int offsetToFirstIFD)
Method Detail

getElementDescription

public java.lang.String getElementDescription(boolean verbose)
Specified by:
getElementDescription in class TiffElement


Copyright © 2007-2009. All Rights Reserved.