Class 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  
      • Fields inherited from class javax.imageio.ImageReadParam

        canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
      • Fields inherited from class javax.imageio.IIOParam

        controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_TONE_MAPPER

        static final ToneMapper DEFAULT_TONE_MAPPER
    • Constructor Detail

      • HDRImageReadParam

        public HDRImageReadParam()
    • Method Detail

      • getToneMapper

        public ToneMapper getToneMapper()
      • setToneMapper

        public void setToneMapper​(ToneMapper toneMapper)