ImageGear for Java
ImGearDICOMDisplaySettings Class Members
Fields  Methods 

The following tables list the members exposed by ImGearDICOMDisplaySettings.

Public Constructors
 NameDescription
Public ConstructorImGearDICOMDisplaySettings ConstructorInitializes a new instance of the ImGearDICOMDisplaySettings class object.  
Top
Public Fields
 NameDescription
Public FielddisplaySummaryLUTUpdatedOccurs when the display summary LUT is changed.  
Public FieldmodalityProvides access to Modality transform.

ImGearModalityTransform class object.

The default value is null.

ImGearModalityTransform

 
Public FieldpresentationLUTProvides access to Presentation LUT.

com.accusoft.imagegear.core.ImGearFullLUT class object.

The default value is null.

com.accusoft.imagegear.core.ImGearFullLUT

 
Public FieldstandardDisplayLUTProvides access to Standard Display LUT.

com.accusoft.imagegear.core.ImGearFullLUT class object.

The default value is null.

com.accusoft.imagegear.core.ImGearFullLUT

 
Public FieldvoiProvides access to VOI transform.

ImGearVOITransform class object.

This member provides access to DICOM Value Of Interest (VOI) transform.

The default value is null.

ImGearVOITransform

 
Top
Public Methods
 NameDescription
Public MethodbuildSummaryLUTBuilds a standalone com.accusoft.imagegear.core.ImGearLUT class object based on the transforms that are present in the ImGearDICOMDisplaySettings class object.  
Public MethodcloneCreates a deep copy of the ImGearDICOMDisplaySettings class object.  
Public MethodgetDisplaySummaryLUTReturns 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 UpdateDisplaySummaryLUT method to allow display make use of the changed settings.

com.accusoft.imagegear.core.ImGearLUT

 
Public MethodisInvertedReturns 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.

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

The default value is false.

 
Public MethodsetAutoVOITransformAutomatically calculates VOI transform based on image's contrast range.  
Public MethodsetDisplaySummaryLUTSets 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 UpdateDisplaySummaryLUT method to allow display make use of the changed settings.

com.accusoft.imagegear.core.ImGearLUT

 
Public MethodsetInvertedSets 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.

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

The default value is false.

 
Public MethodupdateDisplaySummaryLUTUpdates DisplaySummaryLUT with current settings of the ImGearDICOMDisplaySettings class members.  
Public MethodupdateFromMetadataUpdates the object from DICOM metadata.  
Public MethodupdateFromPresStateMetadataUpdates the object from DICOM Presentation State metadata.  
Top
Protected Methods
 NameDescription
Protected MethodonDisplaySummaryLUTUpdatedOccurs when the display summary LUT is changed.  
Protected MethodonPropertyChangedCalled by subclasses when their properties change.  
Top
See Also

Reference

ImGearDICOMDisplaySettings Class
com.accusoft.imagegear.formats.dicom Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback