org.dcm4che2.iod.module.pr
Class GraphicLayerModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.pr.GraphicLayerModule

public class GraphicLayerModule
extends Module

C.10.7 Provide the colour, z-index and other related graphical layer information.

Since:
July 19, 2007
Version:
$Revision$ $Date$
Author:
Bill Wallace

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
GraphicLayerModule(DicomObject dcmobj)
          Create a display shutter IOD instance on the given dicom object data.
 
Method Summary
 float[] getFloatLab()
           
 java.lang.String getGraphicLayer()
          Gets a string that identifies this layer within this GSPS object
 java.lang.String getGraphicLayerDescription()
           
 int getGraphicLayerOrder()
           
 int[] getGraphicLayerRecommendedDisplayCIELabValue()
           
 int getGraphicLayerRecommendedDisplayGrayscaleValue()
          Get the p-value on the range 0..65535 to display, defaulting to a mid-gray if absent.
 int[] getGraphicLayerRecommendedDisplayRGBValue()
          Deprecated. No recommended to be used any longer.
static java.util.Map toGraphicLayerMap(DicomObject dcmobj)
          Gets a map of String to GraphicLayerModule for all the available graphic layers.
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicLayerModule

public GraphicLayerModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data.

Method Detail

toGraphicLayerMap

public static java.util.Map toGraphicLayerMap(DicomObject dcmobj)
Gets a map of String to GraphicLayerModule for all the available graphic layers.


getGraphicLayer

public java.lang.String getGraphicLayer()
Gets a string that identifies this layer within this GSPS object


getGraphicLayerRecommendedDisplayGrayscaleValue

public int getGraphicLayerRecommendedDisplayGrayscaleValue()
Get the p-value on the range 0..65535 to display, defaulting to a mid-gray if absent.


getGraphicLayerRecommendedDisplayCIELabValue

public int[] getGraphicLayerRecommendedDisplayCIELabValue()

getFloatLab

public float[] getFloatLab()

getGraphicLayerOrder

public int getGraphicLayerOrder()

getGraphicLayerDescription

public java.lang.String getGraphicLayerDescription()

getGraphicLayerRecommendedDisplayRGBValue

@Deprecated
public int[] getGraphicLayerRecommendedDisplayRGBValue()
Deprecated. No recommended to be used any longer.

Get the recommended RGB value to display this graphic layer in.

Returns:
the RGB value to display as an integer triplet.


Copyright © 2011 dcm4che. All Rights Reserved.