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 private
Header(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 float
getExposure()
float
getGamma()
int
getHeight()
java.lang.String
getProgramType()
int
getWidth()
boolean
isExposureValid()
boolean
isGammaValid()
boolean
isProgramTypeValid()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-