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$
- Author:
- Harald Kuhr, last modified by $Author: harald.kuhr$
-
-
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
-
-
-
-
Method Detail
-
getToneMapper
public ToneMapper getToneMapper()
-
setToneMapper
public void setToneMapper(ToneMapper toneMapper)
-
-