ImageGearJava Project > com.accusoft.imagegear.core Package : IImGearDICOMDisplaySettings Interface |
The following tables list the members exposed by IImGearDICOMDisplaySettings.
Name | Description | |
---|---|---|
buildSummaryLUT | Builds a standalone ImGearLUT class object based on the transforms that are present in the com.accusoft.imagegear.formats.dicom.ImGearDICOMDisplaySettings class object. | |
clone | Creates a deep copy of the object. | |
getDisplaySummaryLUT | Gets summary LUT based on all settings of the object.
This method concatenates all transforms that are present in a object that implements IImGearDICOMDisplaySettings interface, and builds a summary LUT. Display code does not check any other transforms of the com.accusoft.imagegear.formats.dicom.ImGearDICOMDisplaySettings class, but uses this LUT to display medical images with proper contrast. If the application changes any members of com.accusoft.imagegear.formats.dicom.ImGearDICOMDisplaySettings class, it will call method to allow the display to use the changed settings. | |
isInverted | Gets a value indicating whether image contrast is inverted.
This method tells whether the image shall be displayed with inverted contrast. ImageGear sets this method to true for images that have Photometric Interpretation set to
| |
setInverted | Sets a value indicating whether image contrast is inverted.
This method tells whether the image shall be displayed with inverted contrast. ImageGear sets this method to true for images that have Photometric Interpretation set to
| |
updateDisplaySummaryLUT | Updates DisplaySummaryLUT with current settings of the members. |