org.dcm4che2.imageio.plugins.dcm
Class DicomImageReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
org.dcm4che2.imageio.plugins.dcm.DicomImageReadParam
public class DicomImageReadParam
- extends javax.imageio.ImageReadParam
- Since:
- Sep 2, 2006
- Version:
- $Revision$ $Date$
- Author:
- Gunter Zeilinger
Field Summary |
static java.lang.String |
LINEAR
|
static java.lang.String |
SIGMOID
|
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 |
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 |
LINEAR
public static final java.lang.String LINEAR
- See Also:
- Constant Field Values
SIGMOID
public static final java.lang.String SIGMOID
- See Also:
- Constant Field Values
DicomImageReadParam
public DicomImageReadParam()
isAutoWindowing
public final boolean isAutoWindowing()
setAutoWindowing
public final void setAutoWindowing(boolean autoWindowing)
getWindowCenter
public final float getWindowCenter()
setWindowCenter
public final void setWindowCenter(float center)
getWindowWidth
public final float getWindowWidth()
setWindowWidth
public final void setWindowWidth(float width)
setVoiLutFunction
public final void setVoiLutFunction(java.lang.String vlutFct)
getVoiLutFunction
public final java.lang.String getVoiLutFunction()
getVoiLut
public final DicomObject getVoiLut()
setVoiLut
public final void setVoiLut(DicomObject voiLut)
getPresentationState
public final DicomObject getPresentationState()
setPresentationState
public final void setPresentationState(DicomObject prState)
getPValue2Gray
public final short[] getPValue2Gray()
setPValue2Gray
public final void setPValue2Gray(short[] pval2gray)
getOverlayRGB
public java.lang.String getOverlayRGB()
- Get the 6 digit hex string that specifies the RGB colour to use for the
overlay
setOverlayRGB
public void setOverlayRGB(java.lang.String overlayRGB)
- Sets the 6 digit hex string that specifies the RGB colour to use for the
overlay.
Copyright © 2011 dcm4che. All Rights Reserved.