org.dcm4che.image
Interface ColorModelParam


public interface ColorModelParam

Version:
1.0.0
Author:
gunter.zeilinger@tiani.com

Method Summary
 int getNumberOfWindows()
           
 float getRescaleIntercept()
           
 float getRescaleSlope()
           
 Dataset getVOILUT()
           
 float getWindowCenter(int index)
           
 float getWindowWidth(int index)
           
 boolean isCacheable()
           
 boolean isInverse()
           
 boolean isMonochrome()
           
 java.awt.image.ColorModel newColorModel()
           
 float toMeasureValue(int pxValue)
           
 int toPixelValue(float measureValue)
           
 int toPixelValueRaw(int sampleValue)
           
 int toSampleValue(int pxValue)
           
 ColorModelParam update(float center, float width, boolean inverse)
           
 

Method Detail

newColorModel

java.awt.image.ColorModel newColorModel()

update

ColorModelParam update(float center,
                       float width,
                       boolean inverse)

getRescaleSlope

float getRescaleSlope()

getRescaleIntercept

float getRescaleIntercept()

getWindowCenter

float getWindowCenter(int index)

getWindowWidth

float getWindowWidth(int index)

getNumberOfWindows

int getNumberOfWindows()

getVOILUT

Dataset getVOILUT()

toMeasureValue

float toMeasureValue(int pxValue)

toPixelValue

int toPixelValue(float measureValue)

toSampleValue

int toSampleValue(int pxValue)

toPixelValueRaw

int toPixelValueRaw(int sampleValue)

isInverse

boolean isInverse()

isCacheable

boolean isCacheable()

isMonochrome

boolean isMonochrome()