public class GraphicAnnotationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
CompoundGraphicSequence |
getCompoundGraphicSequence()
Retrieves pre-initialized object of Compound Graphic Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getGraphicLayer()
Retrieves the layer in which the graphics or text is to be rendered.
|
GraphicObjectSequence |
getGraphicObjectSequence()
Retrieves pre-initialized object of Graphic Object Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
ReferencedImageSequence |
getReferencedImageSequence()
Retrieves pre-initialized object of Referenced Image Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
TextObjectSequence |
getTextObjectSequence()
Retrieves pre-initialized object of Text Object Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setGraphicLayer(java.lang.String strGraphicLayer)
Sets the layer in which the graphics or text is to be rendered.
|
boolean |
validateForModule()
Validates all the attributes in GraphicAnnotationSequenceItem 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 ReferencedImageSequence getReferencedImageSequence()
public TextObjectSequence getTextObjectSequence()
public GraphicObjectSequence getGraphicObjectSequence()
public CompoundGraphicSequence getCompoundGraphicSequence()