public class GraphicLayerSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphicLayer()
Retrieves the layer in which the graphics or text is to be rendered.
|
java.lang.String |
getGraphicLayerDescription()
Retrieves A free text description of the contents of this layer.
|
java.lang.String |
getGraphicLayerOrder()
Retrieves An integer indicating the order in which it is recommended that the layer be rendered, if the display is capable of distinguishing.
|
short[] |
getGraphicLayerRecommendedDisplayCIELabValue()
Retrieves Graphic Layer Recommended Display CIELab Values in Array of short format.
|
short |
getGraphicLayerRecommendedDisplayGrayscaleValue()
Retrieves A default single gray unsigned value in which it is recommended that the layer be rendered on a monochrome display.
|
short[] |
getGraphicLayerRecommendedDisplayRGBValue()
Retrieves A triplet of unsigned RGB values in which it is recommended that the layer be rendered on a color display.
|
void |
setGraphicLayer(java.lang.String strGraphicLayer)
Sets the layer in which the graphics or text is to be rendered.
|
void |
setGraphicLayerDescription(java.lang.String strGraphicLayerDescription)
Sets A free text description of the contents of this layer.
|
void |
setGraphicLayerOrder(java.lang.String strGraphicLayerOrder)
Sets An integer indicating the order in which it is recommended that the layer be rendered, if the display is capable of distinguishing.
|
void |
setGraphicLayerRecommendedDisplayCIELabValue(short[] arrGraphicLayerRecommendedDisplayCIELabValue)
Sets Graphic Layer Recommended Display CIELab Values
|
void |
setGraphicLayerRecommendedDisplayGrayscaleValue(short shGraphicLayerRecommendedDisplayGrayscaleValue)
Sets A default single gray unsigned value in which it is recommended that the layer be rendered on a monochrome display.
|
void |
setGraphicLayerRecommendedDisplayRGBValue(short[] arrshGraphicLayerRecommendedDisplayRGBValue)
Sets A triplet of unsigned RGB values in which it is recommended that the layer be rendered on a color display.
|
boolean |
validateForModule()
Validates all the attributes in GraphicLayerSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setGraphicLayer(java.lang.String strGraphicLayer)
strGraphicLayer - String value of Graphic Layerpublic java.lang.String getGraphicLayer()
public void setGraphicLayerOrder(java.lang.String strGraphicLayerOrder)
strGraphicLayerOrder - String value of Graphic Layer Orderpublic java.lang.String getGraphicLayerOrder()
public void setGraphicLayerRecommendedDisplayGrayscaleValue(short shGraphicLayerRecommendedDisplayGrayscaleValue)
shGraphicLayerRecommendedDisplayGrayscaleValue - short gray unsigned valuepublic short getGraphicLayerRecommendedDisplayGrayscaleValue()
public void setGraphicLayerRecommendedDisplayRGBValue(short[] arrshGraphicLayerRecommendedDisplayRGBValue)
arrshGraphicLayerRecommendedDisplayRGBValue - short array of triplet of unsigned RGB valuespublic short[] getGraphicLayerRecommendedDisplayRGBValue()
public void setGraphicLayerRecommendedDisplayCIELabValue(short[] arrGraphicLayerRecommendedDisplayCIELabValue)
arrGraphicLayerRecommendedDisplayCIELabValue - public short[] getGraphicLayerRecommendedDisplayCIELabValue()
public void setGraphicLayerDescription(java.lang.String strGraphicLayerDescription)
strGraphicLayerDescription - String value of textpublic java.lang.String getGraphicLayerDescription()