public class TargetLuminanceCharacteristicsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmbientLightValueSource()
Retrieves type of the value encoded in this Item
|
float |
getCIExyWhitePoint()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
java.lang.String |
getDisplayFunctionType()
Retrieves type of the value encoded in this Item
|
float |
getGammaValue()
Retrieves GammaValue.The Gamma value for generating the target luminance curve.
|
short |
getLuminanceCharacteristicsID()
Retrieves Number of significant bits within the Luminance Characteristics ID
|
java.lang.String |
getLuminanceResponseDescription()
Return user-defined label identifier for Luminance Response Description.
|
short[] |
getNumberofLuminancePoints()
Retrieves one or more NumberofLuminancePoints.
|
LuminanceResponseSequence |
getPrimaryFluenceModeSequence()
Retrieves pre-initialized object of Luminance Response Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
short |
getReflectedAmbientLight()
Retrieves Number of significant bits within the ReflectedAmbientLight samples
|
float |
getTargetMaximumLuminance()
Retrieves The maximum luminance value of the target luminance curve, in candelas per square meter (cd/m2).
|
float |
getTargetMinimumLuminance()
Retrieves The minimum luminance value of the target luminance curve, in candelas per square meter (cd/m2).
|
void |
setCIExyWhitePoint(float fCIExyWhitePoint)
Sets the Ratio of CIExyWhitePoint.
|
void |
setDisplayFunctionType(java.lang.String strDisplayFunctionType)
Sets the DisplayFunctionType Defined in Terms
The type of Display Function used to define the target luminance curve.
|
void |
setGammaValue(float fGammaValue)
Sets GammaValue The Gamma value for generating the target luminance curve.
|
void |
setLuminanceCharacteristicsID(short shLuminanceCharacteristicsID)
Sets Number of significant bits within the LuminanceCharacteristicsID samples
Number that identifies this Luminance Characteristics item.
|
void |
setLuminanceResponseDescription(java.lang.String strLuminanceResponseDescription)
Sets Luminance Response Description.User defined text to describe the user defined target luminance curve.
|
void |
setNumberofLuminancePoints(short[] arrNumberofLuminancePoints) |
void |
setReflectedAmbientLight(short shReflectedAmbientLight)
Sets Number of significant bits within the waveform samples
|
void |
setTargetMaximumLuminance(float fTargetMaximumLuminance)
Sets The maximum luminance value of the target luminance curve, in candelas per square meter (cd/m2).
|
void |
setTargetMinimumLuminance(float fTargetMinimumLuminance)
Sets the Ratio of Target Minimum Luminance,specified in one dimension.
|
void |
setValueType(EnumAmbientLightValueSource enumAmbientLightValueSource)
Sets the Ambient Light Value Source Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, validateForModule, writepublic void setLuminanceCharacteristicsID(short shLuminanceCharacteristicsID)
shLuminanceCharacteristicsID - short value of Number of significant bitspublic short getLuminanceCharacteristicsID()
public void setDisplayFunctionType(java.lang.String strDisplayFunctionType)
strDisplayFunctionType - Specifies type of the value encoded in this Itempublic java.lang.String getDisplayFunctionType()
public void setTargetMinimumLuminance(float fTargetMinimumLuminance)
fTargetMinimumLuminance - Float value of the Ratio of displayed pixels to source pixelspublic float getTargetMinimumLuminance()
public void setTargetMaximumLuminance(float fTargetMaximumLuminance)
fTargetMaximumLuminance - Float value of the Ratio of displayed pixels to source pixelspublic float getTargetMaximumLuminance()
public void setGammaValue(float fGammaValue)
fGammaValue - Float value of the Gamma Valuepublic float getGammaValue()
public void setNumberofLuminancePoints(short[] arrNumberofLuminancePoints)
public short[] getNumberofLuminancePoints()
public LuminanceResponseSequence getPrimaryFluenceModeSequence()
public void setLuminanceResponseDescription(java.lang.String strLuminanceResponseDescription)
strLuminanceResponseDescription - String value of Rescale Type.public java.lang.String getLuminanceResponseDescription()
public void setCIExyWhitePoint(float fCIExyWhitePoint)
fCIExyWhitePoint - Float value of the CIExy White Pointpublic float getCIExyWhitePoint()
public void setReflectedAmbientLight(short shReflectedAmbientLight)
shReflectedAmbientLight - short value of Number of significant bitspublic short getReflectedAmbientLight()
public void setValueType(EnumAmbientLightValueSource enumAmbientLightValueSource)
enumAmbientLightValueSource - Specifies type of the value encoded in this Itempublic java.lang.String getAmbientLightValueSource()