ImageGearJava Project > com.accusoft.imagegear.formats.dicom Package : ImGearDICOMDisplaySettings Class |
The following tables list the members exposed by ImGearDICOMDisplaySettings.
Name | Description | |
---|---|---|
ImGearDICOMDisplaySettings Constructor | Initializes a new instance of the ImGearDICOMDisplaySettings class object. |
Name | Description | |
---|---|---|
displaySummaryLUTUpdated | Occurs when the display summary LUT is changed. | |
modality | Provides access to Modality transform.
The default value is null. | |
presentationLUT | Provides access to Presentation LUT.
The default value is null. | |
standardDisplayLUT | Provides access to Standard Display LUT.
The default value is null. | |
voi | Provides access to VOI transform.
This member provides access to DICOM Value Of Interest (VOI) transform. The default value is null. |
Name | Description | |
---|---|---|
buildSummaryLUT | Builds a standalone com.accusoft.imagegear.core.ImGearLUT class object based on the transforms that are present in the ImGearDICOMDisplaySettings class object. | |
clone | Creates a deep copy of the ImGearDICOMDisplaySettings class object. | |
getDisplaySummaryLUT | Returns summary LUT based on all settings of the ImGearDICOMDisplaySettings class object.
This value concatenates all transforms that are present in the ImGearDICOMDisplaySettings class object and builds a summary LUT. Display code does not check any other transforms of the ImGearDICOMDisplaySettings class, but uses this LUT to display medical images with proper contrast. If the application changes any members of ImGearDICOMDisplaySettings class, it will call | |
isInverted | Returns a value indicating whether image contrast is inverted.
This value tells whether the image shall be displayed with inverted contrast. ImageGear sets this value to true for images that have Photometric Interpretation set to MONOCHROME1, or Presentation LUT set to INVERSE.
The default value is false. | |
setAutoVOITransform | Automatically calculates VOI transform based on image's contrast range. | |
setDisplaySummaryLUT | Sets summary LUT based on all settings of the ImGearDICOMDisplaySettings class object.
This method concatenates all transforms that are present in the ImGearDICOMDisplaySettings class object and builds a summary LUT. Display code does not check any other transforms of the ImGearDICOMDisplaySettings class, but uses this LUT to display medical images with proper contrast. If the application changes any members of ImGearDICOMDisplaySettings class, it will call | |
setInverted | Sets a value indicating whether image contrast is inverted.
This value tells whether the image shall be displayed with inverted contrast. ImageGear sets this value to true for images that have Photometric Interpretation set to MONOCHROME1, or Presentation LUT set to INVERSE.
The default value is false. | |
updateDisplaySummaryLUT | Updates DisplaySummaryLUT with current settings of the ImGearDICOMDisplaySettings class members. | |
updateFromMetadata | Updates the object from DICOM metadata. | |
updateFromPresStateMetadata | Updates the object from DICOM Presentation State metadata. |
Name | Description | |
---|---|---|
onDisplaySummaryLUTUpdated | Occurs when the display summary LUT is changed. | |
onPropertyChanged | Called by subclasses when their properties change. |