|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.pr.GraphicLayerModule
public class GraphicLayerModule
C.10.7 Provide the colour, z-index and other related graphical layer information.
| 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 |
|---|
public GraphicLayerModule(DicomObject dcmobj)
| Method Detail |
|---|
public static java.util.Map toGraphicLayerMap(DicomObject dcmobj)
public java.lang.String getGraphicLayer()
public int getGraphicLayerRecommendedDisplayGrayscaleValue()
public int[] getGraphicLayerRecommendedDisplayCIELabValue()
public float[] getFloatLab()
public int getGraphicLayerOrder()
public java.lang.String getGraphicLayerDescription()
@Deprecated public int[] getGraphicLayerRecommendedDisplayRGBValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||