Class RGBE.Header
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.hdr.RGBE.Header
-
- Enclosing class:
- RGBE
public static class RGBE.Header extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateHeader(int valid, java.lang.String programType, float gamma, float exposure, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetExposure()floatgetGamma()intgetHeight()java.lang.StringgetProgramType()intgetWidth()booleanisExposureValid()booleanisGammaValid()booleanisProgramTypeValid()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-