Class RGBE.Header

java.lang.Object
com.twelvemonkeys.imageio.plugins.hdr.RGBE.Header
Enclosing class:
RGBE

public static class RGBE.Header extends Object
  • Field Details

    • valid

      private int valid
    • programType

      private String programType
    • gamma

      private float gamma
    • exposure

      private float exposure
    • width

      private int width
    • height

      private int height
  • Constructor Details

    • Header

      private Header(int valid, String programType, float gamma, float exposure, int width, int height)
  • Method Details

    • isProgramTypeValid

      public boolean isProgramTypeValid()
    • isGammaValid

      public boolean isGammaValid()
    • isExposureValid

      public boolean isExposureValid()
    • getProgramType

      public String getProgramType()
    • getGamma

      public float getGamma()
    • getExposure

      public float getExposure()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • toString

      public String toString()
      Overrides:
      toString in class Object