public class DicomImageReadParam extends ImageReadParam
Modifier and Type | Field and Description |
---|---|
private boolean |
autoWindowing |
private int |
overlayActivationMask |
private int |
overlayGrayscaleValue |
private boolean |
preferWindow |
private Attributes |
presentationState |
private int |
voiLUTIndex |
private float |
windowCenter |
private int |
windowIndex |
private float |
windowWidth |
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
Constructor and Description |
---|
DicomImageReadParam() |
Modifier and Type | Method and Description |
---|---|
int |
getOverlayActivationMask() |
int |
getOverlayGrayscaleValue() |
Attributes |
getPresentationState() |
int |
getVOILUTIndex() |
float |
getWindowCenter() |
int |
getWindowIndex() |
float |
getWindowWidth() |
boolean |
isAutoWindowing() |
boolean |
isPreferWindow() |
void |
setAutoWindowing(boolean autoWindowing) |
void |
setOverlayActivationMask(int overlayActivationMask) |
void |
setOverlayGrayscaleValue(int overlayGrayscaleValue) |
void |
setPreferWindow(boolean preferWindow) |
void |
setPresentationState(Attributes presentationState) |
void |
setVOILUTIndex(int voiLUTIndex) |
void |
setWindowCenter(float windowCenter) |
void |
setWindowIndex(int windowIndex) |
void |
setWindowWidth(float windowWidth) |
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
private float windowCenter
private float windowWidth
private boolean autoWindowing
private boolean preferWindow
private int windowIndex
private int voiLUTIndex
private int overlayActivationMask
private int overlayGrayscaleValue
private Attributes presentationState
public DicomImageReadParam()
public float getWindowCenter()
public void setWindowCenter(float windowCenter)
public float getWindowWidth()
public void setWindowWidth(float windowWidth)
public boolean isAutoWindowing()
public void setAutoWindowing(boolean autoWindowing)
public boolean isPreferWindow()
public void setPreferWindow(boolean preferWindow)
public int getWindowIndex()
public void setWindowIndex(int windowIndex)
public int getVOILUTIndex()
public void setVOILUTIndex(int voiLUTIndex)
public Attributes getPresentationState()
public void setPresentationState(Attributes presentationState)
public int getOverlayActivationMask()
public void setOverlayActivationMask(int overlayActivationMask)
public int getOverlayGrayscaleValue()
public void setOverlayGrayscaleValue(int overlayGrayscaleValue)
Copyright © 2017 dcm4che.org. All rights reserved.