public class LuminanceResponseSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
float[] |
getCIExyWhitePoint()
Retrieves CIExyWhitePoint.
|
float[] |
getLuminanceValue()
Retrieves LuminanceValue.
|
void |
setCIExyWhitePoint(float[] arrCIExyWhitePoint)
Sets a CIExyWhitePoint
White Point at the measurement location,
The white point is recorded as a CIE xy chromaticity with two dimensionless floating point values
where the first is the x value and the second is the y value.
|
void |
setLuminanceValue(float[] arrLuminanceValue)
Sets a LuminanceValue
Luminance in candelas per square meter (cd/m2) at the measurement location.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, validateForModule, writepublic void setLuminanceValue(float[] arrLuminanceValue)
arrLuminanceValue - pair of floating point numberspublic float[] getLuminanceValue()
public void setCIExyWhitePoint(float[] arrCIExyWhitePoint)
arrLuminanceValue - pair of floating point numberspublic float[] getCIExyWhitePoint()