org.dcm4che.imageio.plugins
Class DcmImageReadParam

java.lang.Object
  extended by javax.imageio.IIOParam
      extended by javax.imageio.ImageReadParam
          extended by org.dcm4che.imageio.plugins.DcmImageReadParam

public abstract class DcmImageReadParam
extends javax.imageio.ImageReadParam

Since:
November 21, 2002
Version:
$Revision: 3922 $
Author:
gunter zeilinger

Field Summary
 
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
 
Constructor Summary
DcmImageReadParam()
           
 
Method Summary
abstract  byte[] getPValToDDL()
           
abstract  boolean isAutoWindowing()
           
abstract  boolean isMaskPixelData()
           
abstract  void setAutoWindowing(boolean autoWindowing)
           
abstract  void setMaskPixelData(boolean mask)
           
abstract  void setPValToDDL(byte[] PValToDDL)
           
 
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
 

Constructor Detail

DcmImageReadParam

public DcmImageReadParam()
Method Detail

getPValToDDL

public abstract byte[] getPValToDDL()

setPValToDDL

public abstract void setPValToDDL(byte[] PValToDDL)

isMaskPixelData

public abstract boolean isMaskPixelData()

setMaskPixelData

public abstract void setMaskPixelData(boolean mask)

isAutoWindowing

public abstract boolean isAutoWindowing()

setAutoWindowing

public abstract void setAutoWindowing(boolean autoWindowing)