Class TIFFField

java.lang.Object
org.monte.media.tiff.TIFFNode
org.monte.media.tiff.TIFFField

public class TIFFField extends TIFFNode
A field in a TIFFDirectory.
Author:
Werner Randelshofer
  • Constructor Details

  • Method Details

    • getDescription

      public String getDescription()
      Returns a description of the field. If known.
    • getType

      public IFDDataType getType()
    • getCount

      public long getCount()
    • getData

      public Object getData()
    • setData

      public void setData(Object data)
    • toString

      public String toString()
      Overrides:
      toString in class Object