Class X3fHeader_2_1


  • public class X3fHeader_2_1
    extends X3fHeader_2_x
    Class representing the data contained in a X3F extended header section. The extended header info is present in X3F data in file version "2.x" for x>=1.
    • Method Detail

      • getWhiteBalanceLabelString

        public String getWhiteBalanceLabelString()
        Returns an string label of the current white balance setting for this image.
        Returns:
        white balance setting for this image
      • getExtendedDataSize

        public int getExtendedDataSize()
        Returns the array size of extended data.
        Returns:
        the array size of extended data
      • getExtendedData

        public X3fHeader_2_1.X3fExtendedData_2_1 getExtendedData​(int index)
        Returns the extended data at the given index. Returns null, if index is invalid.
        Parameters:
        index - the array index
        Returns:
        an extended data element