ImageGear for Java
IImGearDICOMDisplaySettings Interface Members
Methods 

The following tables list the members exposed by IImGearDICOMDisplaySettings.

Public Methods
 NameDescription
 MethodbuildSummaryLUTBuilds a standalone ImGearLUT class object based on the transforms that are present in the com.accusoft.imagegear.formats.dicom.ImGearDICOMDisplaySettings class object.  
 MethodcloneCreates a deep copy of the object.  
 MethodgetDisplaySummaryLUTGets summary LUT based on all settings of the object.

ImGearLUT class 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.

ImGearLUT

 
 MethodisInvertedGets a value indicating whether image contrast is inverted.

Boolean value.

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 MONOCHROME1, or Presentation LUT set to INVERSE.

UpdateDisplaySummaryLUT method takes this method into account when it builds the summary LUT.

 
 MethodsetInvertedSets a value indicating whether image contrast is inverted.

Boolean value.

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 MONOCHROME1, or Presentation LUT set to INVERSE.

UpdateDisplaySummaryLUT method takes this method into account when it builds the summary LUT.

 
 MethodupdateDisplaySummaryLUTUpdates DisplaySummaryLUT with current settings of the members.  
Top
See Also

Reference

IImGearDICOMDisplaySettings Interface
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback