public class GraphicObjectSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
int |
getCompoundGraphicInstanceID()
Retrieves Compound Graphic Instance ID.
|
FillStyleSequenceMacro |
getFillStyleSequenceMacro()
This method returns the Fill Style Sequence Macro with proper initialization.
|
java.lang.String |
getGraphicAnnotationUnits()
Retrieves Units of measure for the axes of the graphic annotation.
|
float[] |
getGraphicData()
Retrieves Coordinates that specify this graphic annotation.
|
short |
getGraphicDimensions()
Retrieves value of GraphicDimensions
|
java.lang.String |
getGraphicFilled()
Retrieves Whether or not the closed graphics element is displayed as filled or as an outline.
|
int |
getGraphicGroupID()
Retrieves Graphic Group ID.
|
java.lang.String |
getGraphicType()
Retrieves The shape of graphic that is to be drawn
|
LineStyleSequenceMacro |
getLineStyleSequenceMacro()
This method returns the Line Style Sequence Macro with proper initialization.
|
short |
getNumberofGraphicPoints()
Retrieves Number of data points in this graphic.
|
void |
setCompoundGraphicInstanceID(int iCompoundGraphicInstanceID)
Sets Compound Graphic Instance ID.
|
void |
setGraphicAnnotationUnits(EnumBoundingBoxAnnotationUnits enumGraphicAnnotationUnits)
Sets Units of measure for the axes of the graphic annotation.
|
void |
setGraphicData(float[] arrfNumberofGraphicPoints)
Sets Coordinates that specify this graphic annotation.
|
void |
setGraphicDimensions(EnumGraphicDimensions enumGraphicDimensions)
Sets value of GraphicDimensions
|
void |
setGraphicFilled(EnumGraphicFilled enumGraphicFilled)
Sets Whether or not the closed graphics element is displayed as filled or as an outline.
|
void |
setGraphicGroupID(int iGraphicGroupID)
Sets Graphic Group ID.
|
void |
setGraphicType(EnumGraphicType enumGraphicType)
Sets The shape of graphic that is to be drawn
|
void |
setNumberofGraphicPoints(short shNumberofGraphicPoints)
Sets Number of data points in this graphic.
|
boolean |
validateForModule()
Validates all the attributes in GraphicObjectSequenceItem 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 LineStyleSequenceMacro getLineStyleSequenceMacro()
LineStyleSequenceMacropublic FillStyleSequenceMacro getFillStyleSequenceMacro()
FillStyleSequenceMacropublic void setGraphicAnnotationUnits(EnumBoundingBoxAnnotationUnits enumGraphicAnnotationUnits)
enumGraphicAnnotationUnits - Enum value of Unitspublic java.lang.String getGraphicAnnotationUnits()
public void setGraphicDimensions(EnumGraphicDimensions enumGraphicDimensions)
enumGraphicDimensions - Enum value of GraphicDimensionspublic short getGraphicDimensions()
public void setNumberofGraphicPoints(short shNumberofGraphicPoints)
shNumberofGraphicPoints - short value of Number of data points in this graphic.public short getNumberofGraphicPoints()
public void setGraphicData(float[] arrfNumberofGraphicPoints)
arrfNumberofGraphicPoints - float array of Coordinatespublic float[] getGraphicData()
public void setGraphicType(EnumGraphicType enumGraphicType)
enumGraphicType - Enum value of GraphicTypepublic java.lang.String getGraphicType()
public void setGraphicFilled(EnumGraphicFilled enumGraphicFilled)
enumGraphicFilled - Enum value of GraphicFilledpublic java.lang.String getGraphicFilled()
public void setCompoundGraphicInstanceID(int iCompoundGraphicInstanceID)
iCompoundGraphicInstanceID - long value of Compound Graphic Instance ID.public int getCompoundGraphicInstanceID()
public void setGraphicGroupID(int iGraphicGroupID)
iGraphicGroupID - long value of Graphic Group ID.public int getGraphicGroupID()