Class RGBE.Header

  • Enclosing class:
    RGBE

    public static class RGBE.Header
    extends java.lang.Object
    • Field Detail

      • valid

        private int valid
      • programType

        private java.lang.String programType
      • gamma

        private float gamma
      • exposure

        private float exposure
      • width

        private int width
      • height

        private int height
    • Constructor Detail

      • Header

        private Header​(int valid,
                       java.lang.String programType,
                       float gamma,
                       float exposure,
                       int width,
                       int height)
    • Method Detail

      • isProgramTypeValid

        public boolean isProgramTypeValid()
      • isGammaValid

        public boolean isGammaValid()
      • isExposureValid

        public boolean isExposureValid()
      • getProgramType

        public java.lang.String getProgramType()
      • getGamma

        public float getGamma()
      • getExposure

        public float getExposure()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object