Class HDRImageReadParam
- java.lang.Object
-
- javax.imageio.IIOParam
-
- javax.imageio.ImageReadParam
-
- com.twelvemonkeys.imageio.plugins.hdr.HDRImageReadParam
-
public final class HDRImageReadParam extends javax.imageio.ImageReadParam
HDRImageReadParam.- Version:
- $Id: HDRImageReadParam.java,v 1.0 28/07/15 harald.kuhr Exp$
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ToneMapper
DEFAULT_TONE_MAPPER
private ToneMapper
toneMapper
-
Constructor Summary
Constructors Constructor Description HDRImageReadParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToneMapper
getToneMapper()
void
setToneMapper(ToneMapper toneMapper)
-
Methods inherited from class javax.imageio.ImageReadParam
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
-
Methods inherited from class javax.imageio.IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
-
-
-
-
Field Detail
-
DEFAULT_TONE_MAPPER
static final ToneMapper DEFAULT_TONE_MAPPER
-
toneMapper
private ToneMapper toneMapper
-
-
Method Detail
-
getToneMapper
public ToneMapper getToneMapper()
-
setToneMapper
public void setToneMapper(ToneMapper toneMapper)
-
-