Class MetadataExtractor.TiffDataFormat

java.lang.Object
gov.nih.mipav.model.file.MetadataExtractor.TiffDataFormat
Enclosing class:
MetadataExtractor

public class MetadataExtractor.TiffDataFormat extends Object
An enumeration of data formats used by the TIFF specification.
Author:
Drew Noakes https://drewnoakes.com
  • Field Details

  • Constructor Details

    • TiffDataFormat

      public TiffDataFormat()
    • TiffDataFormat

      private TiffDataFormat(String name, int tiffFormatCode, int componentSizeBytes)
  • Method Details

    • fromTiffFormatCode

      public MetadataExtractor.TiffDataFormat fromTiffFormatCode(int tiffFormatCode)
    • getComponentSizeBytes

      public int getComponentSizeBytes()
    • getTiffFormatCode

      public int getTiffFormatCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object