Package org.aoju.bus.image.nimble.reader
Class NativeDCMImageReader.NativeDCMImageReadParam
java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
org.aoju.bus.image.nimble.reader.NativeDCMImageReader.NativeDCMImageReadParam
-
Field Summary
Fields inherited from class javax.imageio.ImageReadParam
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSizeFields inherited from class javax.imageio.IIOParam
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintfloatintfloatbooleanbooleanvoidsetAutoWindowing(boolean autoWindowing) voidsetOverlayActivationMask(int overlayActivationMask) voidsetOverlayGrayscaleValue(int overlayGrayscaleValue) voidsetPreferWindow(boolean preferWindow) voidsetPresentationState(Attributes presentationState) voidsetVOILUTIndex(int voiLUTIndex) voidsetWindowCenter(float windowCenter) voidsetWindowIndex(int windowIndex) voidsetWindowWidth(float windowWidth) Methods inherited from class javax.imageio.ImageReadParam
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSizeMethods inherited from class javax.imageio.IIOParam
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
-
Constructor Details
-
NativeDCMImageReadParam
public NativeDCMImageReadParam()
-
-
Method Details
-
getWindowCenter
public float getWindowCenter() -
setWindowCenter
public void setWindowCenter(float windowCenter) -
getWindowWidth
public float getWindowWidth() -
setWindowWidth
public void setWindowWidth(float windowWidth) -
isAutoWindowing
public boolean isAutoWindowing() -
setAutoWindowing
public void setAutoWindowing(boolean autoWindowing) -
isPreferWindow
public boolean isPreferWindow() -
setPreferWindow
public void setPreferWindow(boolean preferWindow) -
getWindowIndex
public int getWindowIndex() -
setWindowIndex
public void setWindowIndex(int windowIndex) -
getVOILUTIndex
public int getVOILUTIndex() -
setVOILUTIndex
public void setVOILUTIndex(int voiLUTIndex) -
getPresentationState
-
setPresentationState
-
getOverlayActivationMask
public int getOverlayActivationMask() -
setOverlayActivationMask
public void setOverlayActivationMask(int overlayActivationMask) -
getOverlayGrayscaleValue
public int getOverlayGrayscaleValue() -
setOverlayGrayscaleValue
public void setOverlayGrayscaleValue(int overlayGrayscaleValue)
-